sintonia/dev_tools/pypotail.sh
2011-04-14 23:08:55 -04:00

7 lines
185 B
Bash
Executable file

#!/bin/sh
echo
echo "This will tail the pypo log file."
echo "Type in password for pypo user (default password is 'pypo'):"
su -l pypo -c "tail -F /var/log/airtime/pypo/main/current"