aboutsummaryrefslogtreecommitdiff
path: root/words
diff options
context:
space:
mode:
Diffstat (limited to 'words')
-rwxr-xr-xwords8
1 files changed, 0 insertions, 8 deletions
diff --git a/words b/words
deleted file mode 100755
index 438c4575..00000000
--- a/words
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/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