support multiple shell arguments (e.g. -v -q)

new verbose output (-v) to echo commands called with exe() before execution
This commit is contained in:
2019-04-10 11:12:28 +01:00
parent a124608e36
commit 3b23840277
2 changed files with 45 additions and 25 deletions

View File

@@ -13,7 +13,7 @@
step_1_info() { echo "Step $1 header"; }
step_1_alias() { ALIAS="begin"; }
step_1() {
cat .nofile
exe cat '.no f"le'
saveReturn $?
}