25 lines
232 B
Plaintext
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
|
|
}
|