aboutsummaryrefslogtreecommitdiff
path: root/test.sh
blob: f7c072c63cbcb86f1803f95bdf21dd935a37712d (plain)
1
2
3
4
5
6
7
8
9
10
11
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"