fixing echoing bug

This commit is contained in:
2022-06-10 15:52:20 +03:00
parent 2c12447bac
commit 9c16b1af53
3 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
target1() {
@ echo 1
echo 1
}
target2() { # Target description
# Sub help
@@ -15,3 +15,10 @@ flines() {
commands() {
_commands
}
echoing() {
@ echo some command
@ echo escaped \
command \
follows
}