summaryrefslogtreecommitdiff
path: root/runner/shell
diff options
context:
space:
mode:
Diffstat (limited to 'runner/shell')
-rw-r--r--runner/shell/shell.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runner/shell/shell.go b/runner/shell/shell.go
index 37ca433..235e9cd 100644
--- a/runner/shell/shell.go
+++ b/runner/shell/shell.go
@@ -26,7 +26,7 @@ var ExtShellMap = map[string]string{
".ps1": "powershell",
}
-var Shells = []string{"bash", "bash.exe", "zsh", "fish", "powershell", "powershell.exe", "cmd.exe"}
+var Shells = []string{"bash", "bash.exe", "zsh", "fish", "dash", "sh", "powershell", "powershell.exe", "cmd.exe"}
var Runner = &shell{
Locations: map[string]string{},