mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-16 21:01:00 +00:00
4 lines
124 B
Bash
4 lines
124 B
Bash
t=$(mktemp) && bake --source __init__ > "$t" && . "$t" && rm -fr "$t"
|
|
#!/usr/bin/env bash
|
|
brew-if-install jq docker-compose
|