updated on Wed Jan 11 12:00:27 UTC 2012
[aur-mirror.git] / torrent-leecher / torrent-leecher-logs
blob6ec62a7b706b0d9142221f6f298d0d26b4d63203
1 #!/bin/sh
2 if [ -f /var/log/torrent-leecher.log ]
3 then
4 tail -f /var/log/torrent-leecher.log
5 else
6 echo "No logs yet"
7 fi