Revision d7e48c58
Added by koszko almost 2 years ago
shell_utils.sh | ||
---|---|---|
6 | 6 |
ENDL=" |
7 | 7 |
" |
8 | 8 |
|
9 |
# A "raw" echo, interprets neither backclash escapes nor command-line options. |
|
10 |
# Does not emit trailing newline. |
|
11 |
ech() { |
|
12 |
printf %s "$*" |
|
13 |
} |
|
14 |
|
|
9 | 15 |
errcho() { |
10 | 16 |
echo "$@" >&2 |
11 | 17 |
} |
Also available in: Unified diff
Add complete firefox extension upload and download functionality