Shell script which uses shellcheck to detect bashisms in scripts with "/bin/sh" or "/usr/bin/env sh" shebang. If bashisms are present then shebang is changed from sh to bash.
Shell script which uses shellcheck to detect bashisms in scripts with "/bin/sh" or "/usr/bin/env sh" shebang. If bashisms are present then shebang is changed from sh to bash.