wip
This commit is contained in:
parent
7a80b9850e
commit
6d9c1bb395
2 changed files with 6 additions and 13 deletions
|
@ -10,7 +10,7 @@
|
|||
unset PACKAGE
|
||||
|
||||
# ─< argument list variables >────────────────────────────────────────────────────────────
|
||||
unset silent
|
||||
silent=false
|
||||
|
||||
sleep 0.1
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
|||
for arg in "$@"; do
|
||||
case "$arg" in
|
||||
--silent | -s)
|
||||
silent=true
|
||||
export silent=true
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue