mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Add ash support
This commit is contained in:
parent
ccd71c734c
commit
141d4b32d6
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue