Searched refs:attemptCommand (Results 1 – 1 of 1) sorted by relevance
57 String output = attemptCommand(new String[]{"sh", "-c", "stty size < /dev/tty"}); in attemptStty()70 String output = attemptCommand(new String[]{"mode", "con"}); in attemptMode()84 private static String attemptCommand(String[] command) { in attemptCommand() method in ConsoleUtil