-
Notifications
You must be signed in to change notification settings - Fork 1
/
bovine.patch
39 lines (35 loc) · 1.05 KB
/
bovine.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
From 95560dc085bac516a3e5a1d615a64aebecebcd06 Mon Sep 17 00:00:00 2001
From: Asherah Connor <[email protected]>
Date: Tue, 23 Jan 2024 18:14:11 +1100
Subject: [PATCH] bovine: add.
---
bin/cowsay | 2 +-
share/cowsay/cows/bovine.cow | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 share/cowsay/cows/bovine.cow
diff --git a/bin/cowsay b/bin/cowsay
index 3f75c5c..3d04ade 100755
--- a/bin/cowsay
+++ b/bin/cowsay
@@ -31,7 +31,7 @@ $Text::Wrap::tabstop = 8;
%opts = (
'e' => 'oo',
- 'f' => 'default.cow',
+ 'f' => 'bovine.cow',
'n' => 0,
'T' => ' ',
'W' => 40,
diff --git a/share/cowsay/cows/bovine.cow b/share/cowsay/cows/bovine.cow
new file mode 100644
index 0000000..9552563
--- /dev/null
+++ b/share/cowsay/cows/bovine.cow
@@ -0,0 +1,6 @@
+$the_cow = <<"EOC";
+ $thoughts (__) __ ( )
+ $thoughts _/ . . \\_
+ ( | w | )
+ ¯ \\________/ ¯
+EOC
--
2.42.0