]> sipb.mit.edu Git - wiki.git/blobdiff - doc/safe-shell.mdwn
Add description of -c hello
[wiki.git] / doc / safe-shell.mdwn
index ff2dde840b9bb467c44209a2e641e2cf4a58d19e..d6e5049b116e690fd78562b75b540a45784fd22a 100644 (file)
@@ -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](https://google.github.io/styleguide/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