summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkenshen1122023-03-28 10:24:48 -0700
committerkenshen1122023-03-28 10:24:48 -0700
commitadfa382c9a7bafd387bac10a531d9b8c6e281688 (patch)
treef98cf9f3626552949caca314c097f202fa8a34b4
parent9a78b82c5a8b671f40bfc007799b727190f56db1 (diff)
downloadaur-adfa382c9a7bafd387bac10a531d9b8c6e281688.tar.gz
Fixed script to have proper shell bang and handle multiple args
-rw-r--r--pcsx2-qt.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/pcsx2-qt.sh b/pcsx2-qt.sh
index 8bc2a6d19839..666b9521a064 100644
--- a/pcsx2-qt.sh
+++ b/pcsx2-qt.sh
@@ -1,3 +1,2 @@
-#/usr/bin/bash
-/opt/pcsx2/pcsx2-qt $@
-
+#!/usr/bin/bash
+/opt/pcsx2/pcsx2-qt "$@" \ No newline at end of file