aboutsummaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh12
1 files changed, 12 insertions, 0 deletions
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"