solve shellcheck problems

This commit is contained in:
primardj 2024-01-23 17:50:07 +00:00
parent b47d1e65fb
commit 285d20a469

View file

@ -13,7 +13,7 @@ PARAMETTER
--swaylock-only Lauch the locker with swaylock original options.
"
for i in $@; do
for i in "$@"; do
case "$i" in
"-h" | "--help")
echo "$Usage"