Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.04 19 Feb 2010
- Added cows/tipped.cow by cpenniman@gmail.com

3.03 28 May 1999
- Added cows/tux.cow, as suggested by xmanoel@i.am
- Compatibility with 5.6.0, due to a change in qw().
Expand Down
8 changes: 8 additions & 0 deletions cows/tipped.cow
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$the_cow = <<"EOC";
$thoughts || ||
$thoughts __ ||-----mm||  
$thoughts ( )/_________)/\/
($eyes)/
v--v 
^^^^^^^^^^^^^^^^^^^^^^^^^^^
EOC
4 changes: 2 additions & 2 deletions cowsay
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#%BANGPERL%

##
## Cowsay 3.03
## Cowsay 3.04
##
## This file is part of cowsay. (c) 1999-2000 Tony Monroe.
##
Expand All @@ -12,7 +12,7 @@ use File::Basename;
use Getopt::Std;
use Cwd;

$version = "3.03";
$version = "3.04";
$progname = basename($0);
$eyes = "oo";
$tongue = " ";
Expand Down