X-Git-Url: https://njoseph.me/gitweb/babashka-scripts.git/blobdiff_plain/00a9627659403ac2a910f8753cc2b1510384d6c3..ead73d37568631a52a3759179a8fde48939d4afa:/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