mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +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
|