Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.28 KB

File metadata and controls

19 lines (13 loc) · 1.28 KB

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.

Links