Monday, June 9, 2008

WWDC



Today is the Keynote day for the Apple World Wide Developer Conference. For those of you who are interested in a status up date of our lives so far... instead of writing it, i've written a program;


#!/bin/sh

for (( i=0 ; i <=10000; i++ ))
do
echo "SNAFU! BOHICA!"
done


Adjust for loop to taste.

Aloha.

No comments: