From d7e48c5855156b65335b228bb5de81fc500d8ace Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 1 Oct 2021 22:05:29 +0200 Subject: Add complete firefox extension upload and download functionality --- shell_utils.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell_utils.sh') diff --git a/shell_utils.sh b/shell_utils.sh index 95e0d4e..30dfead 100644 --- a/shell_utils.sh +++ b/shell_utils.sh @@ -6,6 +6,12 @@ ENDL=" " +# A "raw" echo, interprets neither backclash escapes nor command-line options. +# Does not emit trailing newline. +ech() { + printf %s "$*" +} + errcho() { echo "$@" >&2 } -- cgit v1.2.3