Merged in JilleT/shell/JilleT/always-quote--1543682744303 (pull request #1)

Always quote '&'. This character was accidentally omitted from the list of
characters requiring quotation.
1 file changed
tree: 595c33dd8bab739ddcb07928009a8738458c5d11
  1. go.mod
  2. LICENSE
  3. README.md
  4. shell.go
  5. shell_test.go
README.md

shell

http://godoc.org/bitbucket.org/creachadair/shell

The shell package implements basic shell command-line splitting.