pkg(vyxal-2.17.1): make the run file use $@ instead of $1

This commit is contained in:
Lyxal 2022-09-18 22:08:50 +10:00 committed by GitHub
parent 2c8f1848bb
commit 666b8924a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
vyxal "$1"
vyxal "$@"