summaryrefslogtreecommitdiffstats
path: root/scripts/pretty-echo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/pretty-echo.sh')
-rwxr-xr-xscripts/pretty-echo.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/pretty-echo.sh b/scripts/pretty-echo.sh
new file mode 100755
index 0000000..8b4e149
--- /dev/null
+++ b/scripts/pretty-echo.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+title=${1}
+message=${2}
+
+printf "\033[0;32m%12s \e[0m%s\n" "${title}" "${message}"