X-Git-Url: https://njoseph.me/gitweb/babashka-scripts.git/blobdiff_plain/0b0a16bdc1598bc64f3cc4ac8195865525b2e9f2..66364757cbb0f829838573b642ccdacce9a1a726:/README.md diff --git a/README.md b/README.md index 8cbda08..6abd22a 100644 --- 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 +```