git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@2 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
mmentovai 2006-08-23 02:54:30 +00:00
parent 1f30036849
commit 798478c323

8
words Executable file
View file

@ -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