Files
bake/examples/inter_shell/Bakefile
T
2019-09-22 08:38:28 -04:00

10 lines
110 B
Plaintext

hello:
sleep 1
echo hello
hello/reuse:
bake hello
hello/concurrent:
bake hello & bake hello