breakpad/words
mmentovai 798478c323 Word.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@2 4c0a9323-5329-0410-9bdc-e9ce6186880e
2006-08-23 02:54:30 +00:00

8 lines
232 B
Bash
Executable file

#!/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