1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/games/cowsay/files/box.cow

13 lines
498 B
Plaintext
Raw Normal View History

# 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";