My ip-up.local script
#!/bin/sh
# get the mail
fetchmail
#send any mail in queue
/usr/sbin/sendmail -q
#set the computer date to be like the one on
world
rdate -s world.std.com
#upload any changes to the homepage material
cd ~lconrad/homepage;make sentlast
One of the minor mysteries about this setup is where the output from these commands goes. If anyone can tell me, please do.
Last modified: 2002-06-29 11:12, 2007
www.laymusic.org/ip-up.html
