diff --git a/cows/apt.cow b/cows/apt.cow new file mode 100644 index 0000000..95d5753 --- /dev/null +++ b/cows/apt.cow @@ -0,0 +1,8 @@ +$the_cow = <<"EOC"; + $thoughts (__) + ($eyes) + /------\\/ + / | || + * /\\---/\\ + ~~ ~~ +EOC diff --git a/cows/bender.cow b/cows/bender.cow new file mode 100644 index 0000000..a3cd38f --- /dev/null +++ b/cows/bender.cow @@ -0,0 +1,21 @@ +$the_cow = <> + |___| + __((_<| | +( | +(__________) + | | + | | + /\\ /\\ +EOC diff --git a/cows/duck.cow b/cows/duck.cow new file mode 100644 index 0000000..bd0b685 --- /dev/null +++ b/cows/duck.cow @@ -0,0 +1,7 @@ +# provided by Gürkan Sengün +$the_cow = <<"EOC"; + $thoughts + $thoughts + $thoughts >()_ + (__)__ _ +EOC diff --git a/cows/fry.cow b/cows/fry.cow new file mode 100644 index 0000000..c5302f7 --- /dev/null +++ b/cows/fry.cow @@ -0,0 +1,35 @@ +$the_cow = < + d~~XX~~~k .u.xZ `\ \ "% + d~~~M!~~~?..+"~~~~~?: " h + '~~~~~~~~~~~~~~~~~~~~~? ` + 4~~~~~~~~~~~~~~~~~~~~~~> ' + ':~~~~~~~~~~(X+"" X~~~~> xHL + %~~~~~(X=" 'X"!~~% :RMMMRMRs + ^"*f` ' (~~~~~MMMMMMMMMMMx + f /` % !~~~~~MMMMMMMMMMMMMc + F ? ' !~~~~~!MMMMMMMMMMMMMM. + ' . :": " : !X""(~~?MMMMMMMMMMMMMMh + 'x .~ ^-+=" ? "f4!* #MMMMMMMMMMMMMM. + /" .." `MMMMMMMMMMMMMM + h .. ' #MMMMMMMMMMMM + f ' (MMMMMMMMMMM + : .:="" > dMMMMMMMMMMMMM + "+mm+=~(" RR HMMMMMMMMMMMMM" + % (MMNmHHMMMMMMMMMMMMMMF + uR5 dMMMMMMMMMMMMMMMMMMMF + dMRMM> dMMMMMMMMMMMMMMMMMMMF + RMHMMMF=x..=" RMRMMMMMMMMMMMMMMMMF + MMMMMMM 'MMMMMMMMMMMMMMMMMMF + dMMRMMMK 'MMMMMMMMMMMMMMMMM" + RMMRMMME 3MMMMMMMMMMMMMMMM + XMMMMMMM> 9MMMMMMMMMMMMMMM~ + 'MMMMMMMM> 9MMMMMMMMMMMMMMF + tMMMMMMMM 9MMMMMMMMMMMMMM + MMMMMMMMM 9MMMMMMMMMMMMMM + 'MMMMRMMMM 9MMMMMMMMMMMMM9 +EOC diff --git a/cows/gnu.cow b/cows/gnu.cow new file mode 100644 index 0000000..a7186c6 --- /dev/null +++ b/cows/gnu.cow @@ -0,0 +1,25 @@ +## vim:ft=perl: +## GNU/say - (c) 2006 Gerfried Fuchs +## distributed under the WTFPLv2 license +## +$the_cow = <<"EOC"; + $thoughts ,-----._ + . $thoughts . ,' `-.__,------._ + // $thoughts __\\\\' `-. +(( _____-'___)) | + `:='/ (alf_/ | + `.=| |=' | + |) O | \\ + | | /\\ \\ + | / . / \\ \\ + | .-..__ ___ .--' \\ |\\ \\ | + |o o | ``--.___. / `-' \\ \\\\ \\ | + `--'' ' .' / / | | | | \\ + $tongue | | / / | | | mmm + | || | | /| | + ( .' \\ \\ || | | + | | \\ \\ // / / + | | \\ \\ || |_| + / | |_/ /_| + /__/ +EOC diff --git a/cows/leela.cow b/cows/leela.cow new file mode 100644 index 0000000..935189a --- /dev/null +++ b/cows/leela.cow @@ -0,0 +1,31 @@ +$the_cow = < + 'X!!!!M` '" X!!!!!!!X !!!!!!!!!!X + X!!!f^~('> X!!!!!!!!! '!!!!!!!!!X + X!!X `. X!!!!!!!!f '!!!!!!!!!! + !Xf O ' '!!!!!!X" '!!!!!!!!!X + "`f-. :~ MX*t!X" X!!!!!!!!!> + >. W! ~! '!!!!!!!!!X + :` ': X!!!!!!!!!! + ~ ^` ' '!!!!!!!!!X + `~~~~~~~~ ! X!!!!!!!!!X + `~~~ ! '!!!!!!!!!!> + > ! (!!!!!!!!!X + ! !!!!!!!!!!X + > ' '!!!!!!!!!! + .: /:`^-. X!!!!!!!!!> + /` ~/ /( `: X!!!X!!!!!: + / : f f' ! `XX!M!!!!!% + ~ / ~ : > 4 "*!!!* + ~ ~ ' ~ > : +EOC diff --git a/cows/mech-and-cow.cow b/cows/mech-and-cow.cow new file mode 100644 index 0000000..7bb022a --- /dev/null +++ b/cows/mech-and-cow.cow @@ -0,0 +1,22 @@ +## mecha cow! +## +## Patch from Thom May +$the_cow = < +## Released under the same terms as cowsay +## +$the_cow = <<"EOC"; + $thoughts _^^ + $thoughts _- $eyes\\ + \\----- \\______ + $tongue \\ )\\ + ||-----|| \\ + || || +EOC diff --git a/cows/pony.cow b/cows/pony.cow new file mode 100644 index 0000000..c14ff36 --- /dev/null +++ b/cows/pony.cow @@ -0,0 +1,33 @@ +# +# A (big) pony! +# Copyright 2010 Nick Daly +# Released under the same terms as cowsay +# +$the_cow = <<"EOC"; + $thoughts /\\/\\ + $thoughts \\/\\/ + $thoughts / -\\ + $thoughts / $eyes -\\ + $thoughts / \\ + | ---\\ -\\ + \\--/ \\ \\ + $tongue | -\\ + \\ -\\ -------------\\ /-\\ + \\ \\-------/ ---/ \\ + \\ |\\ \\ + | / | | + \\ | \\ | + | / \\ | + | / \\ | + \\ \\ \\| + - /--------\\ | o + \\+ +--------- \\ | + | | | \\ + | | \\ | + | | | \\ + | | \\ | + \\ | | | + | | \\ \\ + | | | | + +--+ ---+ +EOC diff --git a/cows/snowman.cow b/cows/snowman.cow new file mode 100644 index 0000000..86bb44a --- /dev/null +++ b/cows/snowman.cow @@ -0,0 +1,16 @@ +# a snowman +# (c) 2009 chrysn +# published under the same terms as cowsay or cc-by-3.0, at your discretion +$the_cow = <> +EOC diff --git a/cows/suse.cow b/cows/suse.cow new file mode 100644 index 0000000..4197eed --- /dev/null +++ b/cows/suse.cow @@ -0,0 +1,12 @@ +## vim:ft=perl: +## SuSE thingy - (c) 2006 Gerfried Fuchs +## distributed under the WTFPLv2 license +## +$the_cow = <<"EOC"; + $thoughts + ${thoughts}____ + /@ ~-. + \\/ __ .- | + // // @ +EOC + diff --git a/cows/unipony-smaller.cow b/cows/unipony-smaller.cow new file mode 100644 index 0000000..1ffad9c --- /dev/null +++ b/cows/unipony-smaller.cow @@ -0,0 +1,15 @@ +# +# A (smaller) unipony! +# Copyright 2010 Nick Daly +# Released under the same terms as cowsay +# +$the_cow = <<"EOC"; + $thoughts \\ + $thoughts \\ + $thoughts _\\^ + $thoughts _- $eyes\\ + \\---- \\______ + $tongue \\ )\\ + ||-----|| \\ + || || +EOC diff --git a/cows/unipony.cow b/cows/unipony.cow new file mode 100644 index 0000000..9e597ee --- /dev/null +++ b/cows/unipony.cow @@ -0,0 +1,36 @@ +# +# A (big) pony! +# Copyright 2010 Nick Daly +# Released under the same terms as cowsay +# +$the_cow = <<"EOC"; + $thoughts \\ + $thoughts \\_ + $thoughts \\\\ + $thoughts \\\\/\\ + $thoughts _\\\\/ + $thoughts / -\\ + $thoughts / $eyes -\\ + $thoughts / \\ + | ---\\ -\\ + \\--/ \\ \\ + $tongue | -\\ + \\ -\\ -------------\\ /-\\ + \\ \\-------/ ---/ \\ + \\ |\\ \\ + | / | | + \\ | \\ | + | / \\ | + | / \\ | + \\ \\ \\| + - /--------\\ | o + \\+ +--------- \\ | + | | | \\ + | | \\ | + | | | \\ + | | \\ | + \\ | | | + | | \\ \\ + | | | | + +--+ ---+ +EOC