Skip to content

Commit fbe5d2c

Browse files
authored
Update flattool
Add moo and bleat commands
1 parent fd3f562 commit fbe5d2c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

flattool

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ asLastUpdateCheck="0000000000"
77
asAutoCheckUpdate="false"
88

99
# Global variables
10-
versionNumber="1.4.2"
10+
versionNumber="1.4.3"
1111
owner="flattool"
1212
repo="flattool-cli"
1313
appID=''
@@ -577,6 +577,19 @@ case "$subcommand" in
577577
esac
578578
exit 0
579579
;;
580+
moo)
581+
echo "I don't moo, I bleat! I'm a deer, silly."
582+
;;
583+
bleat)
584+
echo -e "Credit: https://www.asciiart.eu/animals/deer\n"
585+
echo -e " ( )"
586+
echo -e " '--(_ _)--'"
587+
echo -e " Y-Y"
588+
echo -e "*Bleat* /.. \ "
589+
echo -e " \ / \ "
590+
echo -e " \--/. \ ,"
591+
echo -e " | '.__________/)\n"
592+
;;
580593
*)
581594
printerr "'${subcommand}' is not a flattool command" "See 'flattool --help'"
582595
;;

0 commit comments

Comments
 (0)