Revision 9167
Added by Aaron Marcuse-Kubitza almost 12 years ago
util.sh | ||
---|---|---|
201 | 201 |
echo_params |
202 | 202 |
} |
203 | 203 |
|
204 |
alias echo_run_prep='cmd2rel_path; echo_cmd "$@"; cmd_indent'
|
|
204 |
alias echo_run_prep='{ cmd2rel_path; echo_cmd "$@"; cmd_indent; }'
|
|
205 | 205 |
|
206 | 206 |
fi # load new aliases |
207 | 207 |
if self_being_included; then |
Also available in: Unified diff
*{.sh,run}: multi-command aliases: enclose in {} so the alias can be used after ||