summaryrefslogtreecommitdiff
path: root/Biz/Ide
diff options
context:
space:
mode:
Diffstat (limited to 'Biz/Ide')
-rwxr-xr-xBiz/Ide/ftags.bash (renamed from Biz/Ide/ftags)0
-rwxr-xr-xBiz/Ide/hoog.bash (renamed from Biz/Ide/hoog)0
-rwxr-xr-xBiz/Ide/hooks/commit-msg.bash (renamed from Biz/Ide/hooks/commit-msg)0
-rwxr-xr-xBiz/Ide/hooks/post-checkout.bash (renamed from Biz/Ide/hooks/post-checkout)0
-rwxr-xr-xBiz/Ide/hooks/post-merge.bash (renamed from Biz/Ide/hooks/post-merge)0
-rwxr-xr-xBiz/Ide/hooks/pre-commit.bash (renamed from Biz/Ide/hooks/pre-commit)0
-rwxr-xr-xBiz/Ide/hooks/pre-push.bash (renamed from Biz/Ide/hooks/pre-push)0
-rwxr-xr-xBiz/Ide/mktags.bash (renamed from Biz/Ide/mktags)0
-rwxr-xr-xBiz/Ide/ns.bash (renamed from Biz/Ide/ns)0
-rwxr-xr-xBiz/Ide/push.bash (renamed from Biz/Ide/push)0
-rwxr-xr-xBiz/Ide/repl.bash (renamed from Biz/Ide/repl)0
-rwxr-xr-xBiz/Ide/run.bash (renamed from Biz/Ide/run)0
-rwxr-xr-xBiz/Ide/ship.bash (renamed from Biz/Ide/ship)0
-rwxr-xr-xBiz/Ide/tidy.bash (renamed from Biz/Ide/tidy)0
-rwxr-xr-xBiz/Ide/tips13
-rwxr-xr-xBiz/Ide/tips.bash13
-rwxr-xr-xBiz/Ide/version.bash (renamed from Biz/Ide/version)0
17 files changed, 13 insertions, 13 deletions
diff --git a/Biz/Ide/ftags b/Biz/Ide/ftags.bash
index 02d78c5..02d78c5 100755
--- a/Biz/Ide/ftags
+++ b/Biz/Ide/ftags.bash
diff --git a/Biz/Ide/hoog b/Biz/Ide/hoog.bash
index 976f0d4..976f0d4 100755
--- a/Biz/Ide/hoog
+++ b/Biz/Ide/hoog.bash
diff --git a/Biz/Ide/hooks/commit-msg b/Biz/Ide/hooks/commit-msg.bash
index 64e400d..64e400d 100755
--- a/Biz/Ide/hooks/commit-msg
+++ b/Biz/Ide/hooks/commit-msg.bash
diff --git a/Biz/Ide/hooks/post-checkout b/Biz/Ide/hooks/post-checkout.bash
index 73488b0..73488b0 100755
--- a/Biz/Ide/hooks/post-checkout
+++ b/Biz/Ide/hooks/post-checkout.bash
diff --git a/Biz/Ide/hooks/post-merge b/Biz/Ide/hooks/post-merge.bash
index c21211f..c21211f 100755
--- a/Biz/Ide/hooks/post-merge
+++ b/Biz/Ide/hooks/post-merge.bash
diff --git a/Biz/Ide/hooks/pre-commit b/Biz/Ide/hooks/pre-commit.bash
index 2b4575c..2b4575c 100755
--- a/Biz/Ide/hooks/pre-commit
+++ b/Biz/Ide/hooks/pre-commit.bash
diff --git a/Biz/Ide/hooks/pre-push b/Biz/Ide/hooks/pre-push.bash
index 0c313cb..0c313cb 100755
--- a/Biz/Ide/hooks/pre-push
+++ b/Biz/Ide/hooks/pre-push.bash
diff --git a/Biz/Ide/mktags b/Biz/Ide/mktags.bash
index c83f319..c83f319 100755
--- a/Biz/Ide/mktags
+++ b/Biz/Ide/mktags.bash
diff --git a/Biz/Ide/ns b/Biz/Ide/ns.bash
index e988bfe..e988bfe 100755
--- a/Biz/Ide/ns
+++ b/Biz/Ide/ns.bash
diff --git a/Biz/Ide/push b/Biz/Ide/push.bash
index 2238e06..2238e06 100755
--- a/Biz/Ide/push
+++ b/Biz/Ide/push.bash
diff --git a/Biz/Ide/repl b/Biz/Ide/repl.bash
index b10f0f0..b10f0f0 100755
--- a/Biz/Ide/repl
+++ b/Biz/Ide/repl.bash
diff --git a/Biz/Ide/run b/Biz/Ide/run.bash
index f7b9d36..f7b9d36 100755
--- a/Biz/Ide/run
+++ b/Biz/Ide/run.bash
diff --git a/Biz/Ide/ship b/Biz/Ide/ship.bash
index 33197c8..33197c8 100755
--- a/Biz/Ide/ship
+++ b/Biz/Ide/ship.bash
diff --git a/Biz/Ide/tidy b/Biz/Ide/tidy.bash
index ec666ba..ec666ba 100755
--- a/Biz/Ide/tidy
+++ b/Biz/Ide/tidy.bash
diff --git a/Biz/Ide/tips b/Biz/Ide/tips
deleted file mode 100755
index 21808eb..0000000
--- a/Biz/Ide/tips
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-echo ""
-echo "bizdev" | figlet | lolcat
-echo ""
-echo " bild compile code"
-echo " repl start a repl"
-echo " deps manage dependencies with niv"
-echo " tips show this message"
-echo " lint auto-lint all changed files"
-echo " push send a namespace to the cloud"
-echo " ship lint, bild, and push one (or all) namespace(s)"
-echo " tidy cleanup common working files"
-echo ""
diff --git a/Biz/Ide/tips.bash b/Biz/Ide/tips.bash
new file mode 100755
index 0000000..ba458ac
--- /dev/null
+++ b/Biz/Ide/tips.bash
@@ -0,0 +1,13 @@
+#!/usr/bin/env bash
+echo ""
+echo "bizdev" | figlet | lolcat
+echo ""
+echo " bild.bash compile code"
+echo " repl.bash start a repl"
+echo " deps.bash manage dependencies with niv"
+echo " tips.bash show this message"
+echo " lint.bash auto-lint all changed files"
+echo " push.bash send a namespace to the cloud"
+echo " ship.bash lint, bild, and push one (or all) namespace(s)"
+echo " tidy.bash cleanup common working files"
+echo ""
diff --git a/Biz/Ide/version b/Biz/Ide/version.bash
index 5b017d9..5b017d9 100755
--- a/Biz/Ide/version
+++ b/Biz/Ide/version.bash