mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Created SC1071 (markdown)
14
SC1071.md
Normal file
14
SC1071.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
## ShellCheck only supports sh/bash/dash/ksh scripts. Sorry!
|
||||||
|
|
||||||
|
### Problematic code:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
#!/usr/bin/python
|
||||||
|
print "Hello"
|
||||||
|
```
|
||||||
|
|
||||||
|
### Rationale:
|
||||||
|
|
||||||
|
ShellCheck only supports a limited number of Bourne-based Unix shells (bash, ksh, dash and POSIX sh).
|
||||||
|
|
||||||
|
It does not support scripts written for other shells like Zsh, Csh, Tcsh or PowerShell, and it does not support other scripting languages like PHP, Python, JavaScript or SQL.
|
Reference in New Issue
Block a user