mirror of
https://github.com/MillironX/cowsay-cows.git
synced 2024-11-22 06:39:55 +00:00
Change README to markdown
This commit is contained in:
parent
03283580f5
commit
5d075cb843
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue