Improved syntax
This commit is contained in:
parent
ccccd187e6
commit
09577bf0f7
15 changed files with 100 additions and 100 deletions
|
@ -4,7 +4,7 @@ set -e
|
|||
set -o pipefail
|
||||
|
||||
positional=()
|
||||
while [[ $# -gt 0 ]]; do
|
||||
while [ $# -gt 0 ]; do
|
||||
argument="$1"
|
||||
case $argument in
|
||||
-h|--help)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue