cowsay/cows/box.cow
2016-06-25 10:22:14 -04:00

13 lines
498 B
Plaintext

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