testcases

This commit is contained in:
Ville Rantanen
2022-06-02 21:15:46 +03:00
parent d7efd6906b
commit d8e86e2e94
3 changed files with 72 additions and 13 deletions

View File

@@ -0,0 +1,17 @@
target1() {
echo 1
}
target2() { # Target description
# Sub help
echo 2
}
flines() {
_flines
}
commands() {
_commands
}