aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-08-23 02:54:30 +0000
committermmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e>2006-08-23 02:54:30 +0000
commit798478c323a17dd53d7e621c6e938af5e0c8e1ac (patch)
treef1f8b44d16bcecee216cb4da270d4267c078541b
parentInitial directory structure. (diff)
downloadbreakpad-798478c323a17dd53d7e621c6e938af5e0c8e1ac.tar.xz
Word.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@2 4c0a9323-5329-0410-9bdc-e9ce6186880e
-rwxr-xr-xwords8
1 files changed, 8 insertions, 0 deletions
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