Revision 9044
Added by Aaron Marcuse-Kubitza almost 12 years ago
util.sh | ||
---|---|---|
205 | 205 |
fi |
206 | 206 |
} |
207 | 207 |
|
208 |
alias echo_stdout='echo_stdin' # usage: cmd|echo_stdout |
|
209 |
|
|
208 | 210 |
echo_vars () # usage: echo_vars var... |
209 | 211 |
{ |
210 | 212 |
inc_log_level; inc_log_level |
Also available in: Unified diff
lib/sh/util.sh: added echo_stdout (currently just an alias of echo_stdin, because they are usable for the same purpose)