is there any software, like lint for C, to check shell scripts ?
check
the syntax
the compatibility with bash ksh etc...
online web service or installable as program
I don't want to run and debug. I am looking for static analisys, as lint for C.
is there any software, like lint for C, to check shell scripts ?
check
the syntax
the compatibility with bash ksh etc...
online web service or installable as program
I don't want to run and debug. I am looking for static analisys, as lint for C.
I like using ShellCheck. You can find it online at www.shellcheck.net or download for your disto from GitHub or the ShellCheck site.
checkbasisms
. – amphetamachine Jul 06 '17 at 22:11