6465666768697071727374
public static String promptExpressionParser(Shell shell, String input) { StringBuilder builder = new StringBuilder(); char[] expr = input.toCharArray(); ShellColor c = null; int i = 0; int start = 0; for (; i < expr.length; i++) {
7980818283848586878889
6364656667686970717273