diff options
Diffstat (limited to 'Biz/Ide/tips.sh')
-rwxr-xr-x | Biz/Ide/tips.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Biz/Ide/tips.sh b/Biz/Ide/tips.sh deleted file mode 100755 index c572022..0000000 --- a/Biz/Ide/tips.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env bash -echo "" -echo "bizdev" | figlet | lolcat -echo "" -echo " bild compile code" -echo " repl.sh start a repl" -echo " deps manage dependencies with niv" -echo " tips.sh show this message" -echo " lint auto-lint all changed files" -echo " push.sh send a namespace to the cloud" -echo " ship.sh lint, bild, and push one (or all) namespace(s)" -echo "" |