mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-13 13:01:02 +00:00
Encoding fixes on windows [release]
This commit is contained in:
@@ -111,6 +111,10 @@ public interface ShellDialect {
|
||||
|
||||
String getFileMoveCommand(String oldFile, String newFile);
|
||||
|
||||
default boolean requiresScript(String content) {
|
||||
return content.contains("\n");
|
||||
}
|
||||
|
||||
CommandControl createTextFileWriteCommand(ShellControl parent, String content, String file);
|
||||
|
||||
String getFileDeleteCommand(String file);
|
||||
|
||||
Reference in New Issue
Block a user