Bash

It's very useful to use ShellCheck to check any shell code you write.

Notes

  • The proper she-bang for Bash is #!/usr/bin/env bash.

Last updated