BTW, on the topic of writing robust shell scripts, I always have a linter 
run over my scripts when I save them. I run Shellcheck automatically in 
Neovim using the Neomake plugin. The linter catches among other things 
missing quotations.

https://www.shellcheck.net/
https://github.com/neomake/neomake/

You can run Shellcheck manually over the CLI if you cannot set up your 
editor to do it automatically.

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to