Use "$@" for expansion calls rather than manually listing argument numbers
This commit is contained in:
parent
d4a6bacec0
commit
cef4de2af0
7 changed files with 8 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
pkill -9 lisgd
|
||||
|
||||
lisgd $@ \
|
||||
lisgd "$@" \
|
||||
-g '1,LR,sxmo_lisgdonefingercheck.sh xdotool key --clearmodifiers Alt+Shift+e' \
|
||||
-g '1,RL,sxmo_lisgdonefingercheck.sh xdotool key --clearmodifiers Alt+Shift+r' \
|
||||
-g '1,DLUR,sxmo_lisgdonefingercheck.sh sxmo_vol.sh up' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue