summarylogtreecommitdiffstats
path: root/Blizcord.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Blizcord.sh')
-rw-r--r--Blizcord.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/Blizcord.sh b/Blizcord.sh
new file mode 100644
index 000000000000..6c71b21303d1
--- /dev/null
+++ b/Blizcord.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+if [ $(pidof -x "Blizcord.sh"| wc -w) -gt 2 ]; then
+ echo "Another instance is already running"
+ exit
+fi
+
+java -jar Blizcord.exe --disable-update-checker "$@"