Use "$@" for expansion calls rather than manually listing argument numbers

This commit is contained in:
Miles Alan 2020-06-27 20:19:47 -05:00
parent d4a6bacec0
commit cef4de2af0
7 changed files with 8 additions and 8 deletions

View file

@ -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' \