2011-03-21 00:34:43 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
2011-03-29 23:32:03 +02:00
|
|
|
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"
|