diff options
| author | mmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2006-08-23 02:54:30 +0000 |
|---|---|---|
| committer | mmentovai <mmentovai@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2006-08-23 02:54:30 +0000 |
| commit | 798478c323a17dd53d7e621c6e938af5e0c8e1ac (patch) | |
| tree | f1f8b44d16bcecee216cb4da270d4267c078541b | |
| parent | Initial directory structure. (diff) | |
| download | breakpad-798478c323a17dd53d7e621c6e938af5e0c8e1ac.tar.xz | |
Word.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@2 4c0a9323-5329-0410-9bdc-e9ce6186880e
| -rwxr-xr-x | words | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
