Files
bake/testing/internals/Bakefile
2022-06-10 15:52:20 +03:00

25 lines
232 B
Plaintext

target1() {
echo 1
}
target2() { # Target description
# Sub help
echo 2
}
flines() {
_flines
}
commands() {
_commands
}
echoing() {
@ echo some command
@ echo escaped \
command \
follows
}