X-Git-Url: https://sipb.mit.edu/gitweb.cgi/wiki.git/blobdiff_plain/9ec536134e570c947182fb4c7ceace30a6fb82d8..77ff6af8bfa5eb5fa8dd5367aaaff7607b397350:/doc/safe-shell.mdwn?ds=inline diff --git a/doc/safe-shell.mdwn b/doc/safe-shell.mdwn index ff2dde8..7b24040 100644 --- a/doc/safe-shell.mdwn +++ b/doc/safe-shell.mdwn @@ -112,6 +112,10 @@ Another approach is to prefix each filename with `./`, if the filenames are expe TODO: mumble `mktemp`? +## Other resources + +Google has a [Shell Style Guide](http://google-styleguide.googlecode.com/svn/trunk/shell.xml). As the name suggests, it primarily focuses on good style, but some items are safety/security-relevant. + ## Conclusion When possible, instead of writing a "safe" shell script, *use a higher-level