Friday, March 24, 2006

Mad Shell Scripting Skillz

1 #!bin/ksh
2 class=Introduction_to_Linux
3 if
4 test ${class} = boring
5 then
6 leave early on last day
7 fi

1 comment:

Merlin T Wizard said...

Nerd!

Seriously, though. That's a script I can get behind.