]> njoseph.me Git - babashka-scripts.git/blobdiff - README.md
utils: Install deb from GitHub. Reduce scripts.
[babashka-scripts.git] / README.md
index 7fa32943b0d794a115e9266b54bc7a8b32a53284..a5c24b4c1f7fb6e4dd0669dae6e606fe512ba42f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -23,10 +23,19 @@ export BABASHKA_PRELOADS=$BABASHKA_PRELOADS"  (require '[utils :refer :all])"
 export PATH=$PATH:$HOME/dev/babashka-scripts
 ```
 
 export PATH=$PATH:$HOME/dev/babashka-scripts
 ```
 
-Some useful aliases.
+Some useful aliases and functions.
 
 ``` sh
 alias gup="bb -e '(git-pull-rebase-branch)'"
 
 ``` sh
 alias gup="bb -e '(git-pull-rebase-branch)'"
+alias bbr="rlwrap bb --repl"
+
+function bb-wrap {
+  expr="($1 \"$2\")"
+  bb -e $expr
+}
+
+alias install-deb="bb-wrap install-deb"
+alias install-deb-gh="bb-wrap install-deb-from-GitHub"
 ```
 
 ## Organization
 ```
 
 ## Organization