]> njoseph.me Git - babashka-scripts.git/blobdiff - README.md
Remove .clj suffix for scripts
[babashka-scripts.git] / README.md
index a5c24b4c1f7fb6e4dd0669dae6e606fe512ba42f..9986907c7521e7861d9ce5d546e4c96d77c38763 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,14 +28,6 @@ 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