summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Blizcord.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/Blizcord.sh b/Blizcord.sh
deleted file mode 100644
index 6c71b21303d1..000000000000
--- a/Blizcord.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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 "$@"