From 798478c323a17dd53d7e621c6e938af5e0c8e1ac Mon Sep 17 00:00:00 2001 From: mmentovai Date: Wed, 23 Aug 2006 02:54:30 +0000 Subject: [PATCH] Word. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@2 4c0a9323-5329-0410-9bdc-e9ce6186880e --- words | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 words 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