Created
April 13, 2023 06:44
-
-
Save erkiesken/325acd8656855a7efb550e196dfcde30 to your computer and use it in GitHub Desktop.
Robot Cow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export COWPATH=~/.config/cowsay | |
alias botsay="cowsay -f robot" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ cat ~/.config/cowsay/robot.cow | |
## | |
## Robot! | |
## | |
$the_cow = <<EOC; | |
<\\ | |
\\ | |
.=====\\==. | |
| ' | | |
\\________| | |
(_)(_)(_) | |
EOC | |
➜ export COWPATH=~/.config/cowsay | |
➜ cowsay -f robot 'Hello. I am 6E808, aka Bob. Nice to meet you you!' | |
_____________________________________ | |
/ Hello. I am 6E808, aka Bob. Nice to \ | |
\ meet you you! / | |
------------------------------------- | |
<\ | |
\ | |
.=====\==. | |
| ' | | |
\________| | |
(_)(_)(_) | |
➜ alias botsay="cowsay -f robot" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## | |
## Robot! | |
## | |
$the_cow = <<EOC; | |
<\\ | |
\\ | |
.=====\\==. | |
| ' | | |
\\________| | |
(_)(_)(_) | |
EOC |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment