mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
hello:
|
|
echo 'hi'
|
|
echo 'there'
|
|
|
|
hello/reuse:
|
|
hello
|