Hacker News new | ask | show | jobs
by thisacctforreal 3019 days ago
I'd recommend shellcheck[1] to help avoid common pitfalls with bash/sh, particularly in regards to word splitting.

[1] https://www.shellcheck.net/

1 comments

Many thanks, I'll do.