pkg(vyxal-2.17.1): make the run file use $@ instead of $1
This commit is contained in:
parent
2c8f1848bb
commit
666b8924a5
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
vyxal "$1"
|
||||
vyxal "$@"
|
Loading…
Reference in New Issue