The Lurker's Guide to Babylon 5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
250 B

17 years ago
  1. #!/bin/sh
  2. cd /home/woodstock/hyperion/docs/lurk
  3. thisweek=`date "+%y/%m/%d"`
  4. export thisweek
  5. filename="`egrep '^'$thisweek eplist.html | head -1 | sed 's/.*\\([0-9][0-9][0-9].html\\).*/\\1/'`"
  6. cd guide
  7. rm current.html
  8. ln -s $filename current.html