fixing echoing bug
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user