mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-23 08:00:56 -04:00
Add ash support
This commit is contained in:
@@ -12,6 +12,7 @@ public class ShellDialects {
|
||||
public static ShellDialect POWERSHELL;
|
||||
public static ShellDialect POWERSHELL_CORE;
|
||||
public static ShellDialect CMD;
|
||||
public static ShellDialect ASH;
|
||||
public static ShellDialect SH;
|
||||
public static ShellDialect DASH;
|
||||
public static ShellDialect BASH;
|
||||
@@ -35,6 +36,7 @@ public class ShellDialects {
|
||||
BASH = byName("bash");
|
||||
ZSH = byName("zsh");
|
||||
CSH = byName("csh");
|
||||
ASH = byName("ash");
|
||||
SH = byName("sh");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user