[add] print log file

This commit is contained in:
Knah Tsaeb 2013-05-03 10:45:13 +02:00
parent b18f2b344b
commit cb76512a08
1 changed files with 2 additions and 0 deletions

View File

@ -10,5 +10,7 @@ do
echo "#################################################"
echo "######### PRESS CTRL+C FOR STOP MONITOR #########"
echo "#################################################"
tail '../cache/logs/logs.txt'
sleep 3 # 3 second between two refresh
done