This commit is contained in:
germedeb 2022-07-07 18:17:36 -03:00
parent d36d42f883
commit 47fe3064b5
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#! /bin/bash
case "$@" in *--opt-1*)
case "$@" in *--opt-1*|*-h*)
echo OPT_1
exit 0;
esac
case "$@" in *--opt-2*)