#!/bin/bash cd /opt/Blizcord RC=1 while [ $RC -eq 1 ] do java -jar Blizcord.exe --disable-update-checker --gui RC=$? done