mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-22 21:43:38 +00:00
Word.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@2 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
1f30036849
commit
798478c323
1 changed files with 8 additions and 0 deletions
8
words
Executable file
8
words
Executable 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
|
Loading…
Reference in a new issue