mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
8 lines
81 B
Plaintext
8 lines
81 B
Plaintext
hello:
|
|
set -eu pipefail
|
|
echo hello $HELLO
|
|
env:
|
|
env
|
|
argv:
|
|
echo $@
|