From 5d075cb843bf0be87a4f86c82279719b158cfc61 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Mon, 17 Feb 2020 11:36:14 -0800 Subject: [PATCH] Change README to markdown --- README => README.md | 0 samples.sh | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) rename README => README.md (100%) diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/samples.sh b/samples.sh index 94face2..f0eaf5b 100644 --- a/samples.sh +++ b/samples.sh @@ -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"