~janos-gyerik/scripts/irc-logger-bot

« back to all changes in this revision

Viewing changes to tail.sh

  • Committer: Janos Gyerik
  • Date: 2008-07-09 05:28:02 UTC
  • Revision ID: janos@dsserv-20080709052802-2kja1mt6kymvpfiq
changed default daily log dir from ./DATE to ./daily/DATE and adjusted convenience scripts accordingly

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
cd $(dirname $0)
4
4
 
5
 
tail -f $(ls -t *.out | head -n 1)
 
5
tail -f $(ls -t daily/*.out | head -n 1)
6
6
 
7
7
# eof