line('Starting server...'); if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') { exec("wsl bash infrastructure/Console/Commands/StartServer.sh"); } else { exec("bash infrastructure/Console/Commands/StartServer.sh"); } } }