We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6104f6d + 26c14b5 commit dcb96caCopy full SHA for dcb96ca
interpreter/core/computer/terminal/languages/shell.py
@@ -8,7 +8,7 @@
8
class Shell(SubprocessLanguage):
9
file_extension = "sh"
10
name = "Shell"
11
- aliases = ["bash", "sh", "zsh"]
+ aliases = ["bash", "sh", "zsh", "batch", "bat"]
12
13
def __init__(
14
self,
0 commit comments