aboutsummaryrefslogtreecommitdiff
path: root/words
blob: 438c4575413f86fcb3e0ecc903b5ad29c16f05d7 (plain)
1
2
3
4
5
6
7
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