From 396f61a507c981bab6e26e2eecf5c1eeba2fd565 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 29 Jan 2020 19:37:04 +0100 Subject: Initial Commit --- test.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..f7c072c --- /dev/null +++ b/test.sh @@ -0,0 +1,12 @@ +#!/bin/sh + +red() { + echo "`tput setaf 1`$1`tput sgr 0`\c" + test_status=1 +} + +green() { + echo "`tput setaf 2`$1`tput sgr 0`\c" +} + +echo "minishell test" -- cgit