Skip to content

Commit

Permalink
update script: update argument list, update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarcha committed Oct 26, 2021
1 parent 953f17e commit 82946c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ YELLOW="\033[38;2;255;176;0m"
PURPLE="\033[38;2;255;105;180m"
RESET="\033[0m"

INPUT=(basic multiple_command redirection mandatory m bonus b)
INPUT=(basic error concurrency multiple_command mandatory m bonus b all a)
ARG1=""
ARG2="0"

Expand All @@ -25,9 +25,9 @@ echo "╚═╝ ╚═╝╚═╝ ╚══════╝╚═╝
printf "\n$S1$RESET\n"

if [[ -z $1 ]]; then
echo "pipexMedic: launch with basic, multiple_command, or redirection,"
echo "pipexMedic: launch with basic, error, concurrency, or multiple_command,"
echo " like this bash test.sh basics"
echo " there are other aliases, as mandatory/m, or bonus/b"
echo " there are other aliases, as mandatory/m, bonus/b, all/a"
echo " you can launch a specific test with a second argument"
exit 1
fi
Expand Down

0 comments on commit 82946c3

Please sign in to comment.