Here is a little blast from the past for me.
Looking through my ~/bin directory, which is a collection of some of the scripts I’ve written going back to the wee days of me playing with UNIX.
I found this script, named “findjosh”.
#!/bin/sh
joshsip=`lynx -dump http://www.cae.wisc.edu/~resch/ip.txt | head -3 | tail -1`
case $? in
0) echo “Josh’s IP Address [...]
Category Archives: BFTP
BFTP: Back in the day….
December 21, 2009 – 6:49 am