repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
torrent-leecher
/
torrent-leecher-logs
blob
6ec62a7b706b0d9142221f6f298d0d26b4d63203
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