Date created: 08/02/18 09:02:02. Last modified: 09/26/18 09:30:37
Bash Notes
Bash "safety" and style guides:
https://google.github.io/styleguide/shell.xml
https://github.com/anordal/shellharden/blob/master/how_to_do_things_safely_in_bash.md
https://www.davidpashley.com/articles/writing-robust-shell-scripts/
https://github.com/dylanaraps/pure-bash-bible
Bash Checking:
bash -n myscript.sh
Previous page: Syscalls On Linux
Next page: Backup Github