summarylogtreecommitdiffstats
path: root/firebot.sh
diff options
context:
space:
mode:
authorNorth-West-Wind2023-10-15 16:59:52 +0800
committerNorth-West-Wind2023-10-15 16:59:52 +0800
commitfe5fce12ec5027981bf793d86b3d4aaab493a2bb (patch)
treee43a52afafd08dab948748fe7bcc20722db879dd /firebot.sh
parent18a3a1b9ac1a80675f5300e1d2c8b1c1d27ebe9a (diff)
downloadaur-fe5fce12ec5027981bf793d86b3d4aaab493a2bb.tar.gz
custom shell script for cd before running firebot
Diffstat (limited to 'firebot.sh')
-rw-r--r--firebot.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/firebot.sh b/firebot.sh
new file mode 100644
index 000000000000..dd2ff815491f
--- /dev/null
+++ b/firebot.sh
@@ -0,0 +1,4 @@
+#!/usr/bin/env sh
+
+cd /opt/firebot
+./Firebot\ v5 \ No newline at end of file