diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2002-07-01 07:32:02 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2002-07-01 07:32:02 +0000 |
commit | 2ec20b1be8b47800072a80e9254020c76b5c9c9e (patch) | |
tree | d4e028a648fd72282b0aa414fc1f10fe44ff1c43 /games/cowsay/files | |
parent | Prepare for xforms update. (diff) |
provide adequate ascii assistance for putting people in the box.
Not Approved by: kris
Obtained from: green
Notes
Notes:
svn path=/head/; revision=62255
Diffstat (limited to 'games/cowsay/files')
-rw-r--r-- | games/cowsay/files/box.cow | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/cowsay/files/box.cow b/games/cowsay/files/box.cow new file mode 100644 index 000000000000..8413c477e8e2 --- /dev/null +++ b/games/cowsay/files/box.cow @@ -0,0 +1,12 @@ +# Created by Brian Feldman <green@FreeBSD.org> +# Updated for content by Robert Watson <rwatson@FreeBSD.org> +# +$the_cow = ""; +$the_cow .= " $thoughts\n"; +$the_cow .= " $thoughts\n"; +$the_cow .= " .----------------------.\n"; +$the_cow .= " / \\ |\\\n"; +$the_cow .= " \\ \\____________________|_\\\n"; +$the_cow .= " \\\\/\\______________________\\\n"; +$the_cow .= " \\| BOX O' STUPID PEOPLE |\n"; +$the_cow .= " `----------------------'\n"; |