1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/games/cowsay/files/box.cow
Bill Fumerola 2ec20b1be8 provide adequate ascii assistance for putting people in the box.
Not Approved by: kris
Obtained from: green
2002-07-01 07:32:02 +00: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";