Skip to content

Instantly share code, notes, and snippets.

@mikeananev
Created January 30, 2022 08:58
Show Gist options
  • Save mikeananev/e94a747d105aea7f83e3a900bbb356c7 to your computer and use it in GitHub Desktop.
Save mikeananev/e94a747d105aea7f83e3a900bbb356c7 to your computer and use it in GitHub Desktop.
Babashka global task
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