summarylogtreecommitdiffstats
path: root/Blizcord.sh
blob: 6c71b21303d1df6fcfb15681f2b11d019f4c15d6 (plain)
1
2
3
4
5
6
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 "$@"