Files
bake/testing/internals/Bakefile
2022-06-09 08:43:47 +03:00

18 lines
142 B
Plaintext

target1() {
@ echo 1
}
target2() { # Target description
# Sub help
echo 2
}
flines() {
_flines
}
commands() {
_commands
}