We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3f562 commit fbe5d2cCopy full SHA for fbe5d2c
flattool
@@ -7,7 +7,7 @@ asLastUpdateCheck="0000000000"
7
asAutoCheckUpdate="false"
8
9
# Global variables
10
-versionNumber="1.4.2"
+versionNumber="1.4.3"
11
owner="flattool"
12
repo="flattool-cli"
13
appID=''
@@ -577,6 +577,19 @@ case "$subcommand" in
577
esac
578
exit 0
579
;;
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
593
*)
594
printerr "'${subcommand}' is not a flattool command" "See 'flattool --help'"
595
0 commit comments