Created
January 30, 2022 08:58
-
-
Save mikeananev/e94a747d105aea7f83e3a900bbb356c7 to your computer and use it in GitHub Desktop.
Babashka global task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yes, this is possible using --config ... | |
e.g.: foo: | |
#!/usr/bin/env bash | |
bb --config ~/my_tasks/bb.edn $@ | |
and then: | |
foo tasks | |
foo my-task |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment