!7 sS url; p { if (empty(url)) url = "http://tinybrain.de/" + psI(programID()); nohup(firefoxExePath() + " " + bashQuote(url)); print("Firefox started?"); } sS firefoxExePath() { ret isWindows() ? "c:\\Program Files\\Mozilla Firefox\\Firefox.exe" : "firefox"; }