diff options
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test.sh b/test.sh deleted file mode 100755 index 521f0dc..0000000 --- a/test.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/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" - -echo "echo -n bonjour" | ./minishell |
