From 07fc2644a237187dd4c5680e88f4adadbf533603 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Wed, 12 Aug 2015 12:06:23 -0600 Subject: Initial commit of the working files --- lib/formatting.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib/formatting.sh (limited to 'lib/formatting.sh') diff --git a/lib/formatting.sh b/lib/formatting.sh new file mode 100644 index 0000000..d891863 --- /dev/null +++ b/lib/formatting.sh @@ -0,0 +1,5 @@ +__print_colored_content() { + echo -n "#[fg=colour$3, bg=colour$2]" + echo -n "$1" + echo -n "#[default]" +} -- cgit v1.2.3