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

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