X-Git-Url: https://njoseph.me/gitweb/babashka-scripts.git/blobdiff_plain/10c4979d3156b71a4e718e49966f555b15d73a1d..f2db2d8fea6278491e508ae4409c02658f03bec6:/README.md diff --git a/README.md b/README.md index 7fa3294..a5c24b4 100644 --- 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 ``` -Some useful aliases. +Some useful aliases and functions. ``` 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