!752 static S snippetID = ""; p { if (args.length != 0) snippetID = smartJoin(args); thread { // because slte must be called in non-awt thread S line = slte("Snippet to run plus arguments", snippetID + " "); if (line == null) print("abort"); else { print("Running: " + line); nohupJavax(line); } } }