mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
10 lines
110 B
Plaintext
10 lines
110 B
Plaintext
hello:
|
|
sleep 1
|
|
echo hello
|
|
|
|
hello/reuse:
|
|
bake hello
|
|
|
|
hello/concurrent:
|
|
bake hello & bake hello
|