aboutsummaryrefslogtreecommitdiff
path: root/etc/functions.sh
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2018-12-04 11:08:16 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2018-12-04 11:08:16 -0500
commitf6eb0f96fec2a124333381c6a80ccd4f27290a7d (patch)
tree1dc20385009169baac43a31212d9dfd5ed2b6dde /etc/functions.sh
parent3767b4566c124f0b7ac15352b0614d8ef94f23d1 (diff)
downloadwheeblast-f6eb0f96fec2a124333381c6a80ccd4f27290a7d.tar.gz
Semi-initial commitHEADmaster
Diffstat (limited to 'etc/functions.sh')
-rw-r--r--etc/functions.sh14
1 files changed, 14 insertions, 0 deletions
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' "$@"
+}