1
0
Fork 0
mirror of https://github.com/MillironX/cowsay-cows.git synced 2024-11-22 14:49:55 +00:00

Change README to markdown

This commit is contained in:
Thomas A. Christensen II 2020-02-17 11:36:14 -08:00
parent 03283580f5
commit 5d075cb843
Signed by: millironx
GPG key ID: 139C07724802BC5D
2 changed files with 3 additions and 3 deletions

View file

View file

@ -8,7 +8,7 @@
echo "" echo ""
echo "## Examples" echo "## Examples"
echo "" echo ""
} > README } > README.md
cowsay_message() { cowsay_message() {
COW="$1" COW="$1"
@ -21,7 +21,7 @@ cowsay_message() {
cowsay -f "$COW" "$MESSAGE" cowsay -f "$COW" "$MESSAGE"
echo "\`\`\`" echo "\`\`\`"
echo "" echo ""
} >> README } >> README.md
} }
cowthink_message() { cowthink_message() {
@ -35,7 +35,7 @@ cowthink_message() {
cowthink -f "$COW" "$MESSAGE" cowthink -f "$COW" "$MESSAGE"
echo "\`\`\`" echo "\`\`\`"
echo "" echo ""
} >> README } >> README.md
} }
cowsay_message bell "The hills are alive with the sound of moo-sic" cowsay_message bell "The hills are alive with the sound of moo-sic"