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.
1 parent c7ff254 commit 26c14b5Copy full SHA for 26c14b5
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