]> njoseph.me Git - babashka-scripts.git/blobdiff - README.md
Add utility to run tasks in the current directory
[babashka-scripts.git] / README.md
index 8cbda0831e1edd27e853e754bedc9070dd765329..6abd22a08ba1dbb8a11483453df3288bc0e7e3b2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -31,3 +31,16 @@ Some tasks can also take arguments.
 ``` sh
 bb ebook-to-audiobook the-great-gatsby.epub
 ```
+
+There are a utility file that makes running the tasks easier. Load it up first.  
+You can also add the following line with the absolute path to the file in your "~/.profile" file.
+
+``` sh
+source bb-aliases.sh
+```
+
+*Example:* To pull all the repositories in a directory, run
+
+``` sh
+bbe gpa
+```