sintonia/dev_tools/pypotail.sh

8 lines
185 B
Bash
Raw Normal View History

#!/bin/sh
echo
echo "This will tail the pypo log file."
echo "Type in password for pypo user (default password is 'pypo'):"
2011-04-15 05:08:55 +02:00
su -l pypo -c "tail -F /var/log/airtime/pypo/main/current"