Remove interactivity switch for sh

This commit is contained in:
Christopher Schnick 2022-12-10 05:20:04 +01:00
parent 9f9eccffdd
commit 87d0830f3c

View file

@ -20,7 +20,7 @@ public interface ShellType {
String createInitFileContent(String command);
String getFileOpenCommand(String file);
String getTerminalFileOpenCommand(String file);
default String flatten(List<String> command) {
return command.stream()