static void openChrome(S url) { nohup(chromeCmd() + " " + url); } static void openChrome() { nohup(chromeCmd()); }