Skip to content

Commit

Permalink
Update flattool
Browse files Browse the repository at this point in the history
Add moo and bleat commands
  • Loading branch information
heliguy4599 authored Sep 11, 2023
1 parent fd3f562 commit fbe5d2c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion flattool
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ asLastUpdateCheck="0000000000"
asAutoCheckUpdate="false"

# Global variables
versionNumber="1.4.2"
versionNumber="1.4.3"
owner="flattool"
repo="flattool-cli"
appID=''
Expand Down Expand Up @@ -577,6 +577,19 @@ case "$subcommand" in
esac
exit 0
;;
moo)
echo "I don't moo, I bleat! I'm a deer, silly."
;;
bleat)
echo -e "Credit: https://www.asciiart.eu/animals/deer\n"
echo -e " ( )"
echo -e " '--(_ _)--'"
echo -e " Y-Y"
echo -e "*Bleat* /.. \ "
echo -e " \ / \ "
echo -e " \--/. \ ,"
echo -e " | '.__________/)\n"
;;
*)
printerr "'${subcommand}' is not a flattool command" "See 'flattool --help'"
;;
Expand Down

0 comments on commit fbe5d2c

Please sign in to comment.