18 lines
140 B
Plaintext
18 lines
140 B
Plaintext
|
|
target1() {
|
|
echo 1
|
|
}
|
|
target2() { # Target description
|
|
# Sub help
|
|
echo 2
|
|
}
|
|
|
|
|
|
flines() {
|
|
_flines
|
|
}
|
|
|
|
commands() {
|
|
_commands
|
|
}
|