From f6eb0f96fec2a124333381c6a80ccd4f27290a7d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 4 Dec 2018 11:08:16 -0500 Subject: Semi-initial commit --- etc/functions.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 etc/functions.sh (limited to 'etc/functions.sh') diff --git a/etc/functions.sh b/etc/functions.sh new file mode 100644 index 0000000..da68c0c --- /dev/null +++ b/etc/functions.sh @@ -0,0 +1,14 @@ +function msg +{ + printf '=> %s\n' "$@" +} + +function msg2 +{ + printf '==> %s\n' "$@" +} + +function msg3 +{ + printf ' -> %s\n' "$@" +} -- cgit