diff --git a/words b/words new file mode 100755 index 00000000..438c4575 --- /dev/null +++ b/words @@ -0,0 +1,8 @@ +#!/bin/sh +# Copyright 2006 Google Inc. All rights reserved! Proprietary software! +# No guarantees or warranties! Not to be combined with any other offer! + +words="bogus heinous obnoxious" +for word in $words ; do + echo $word +done