static String createLine(String command, List<String> args) { return "${createString(command, args)} $EOL"; }