mirror of
https://github.com/MillironX/cowsay-cows.git
synced 2024-11-21 22:36:04 +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 "## Examples"
|
||||
echo ""
|
||||
} > README
|
||||
} > README.md
|
||||
|
||||
cowsay_message() {
|
||||
COW="$1"
|
||||
|
@ -21,7 +21,7 @@ cowsay_message() {
|
|||
cowsay -f "$COW" "$MESSAGE"
|
||||
echo "\`\`\`"
|
||||
echo ""
|
||||
} >> README
|
||||
} >> README.md
|
||||
}
|
||||
|
||||
cowthink_message() {
|
||||
|
@ -35,7 +35,7 @@ cowthink_message() {
|
|||
cowthink -f "$COW" "$MESSAGE"
|
||||
echo "\`\`\`"
|
||||
echo ""
|
||||
} >> README
|
||||
} >> README.md
|
||||
}
|
||||
|
||||
cowsay_message bell "The hills are alive with the sound of moo-sic"
|
||||
|
|
Loading…
Reference in a new issue