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