svoid startFirefox(S url default null) { //if (isWindows()) // TODO windowsFindExe("...\\Firefox.exe") nohup("firefox " + (empty(url) ? "" : platformQuote(url))); }