DEV Community

Discussion on: How to write your first Bash script?

Collapse
 
booyaa profile image
Mark Sta Ana

Helpful tip for new bash script writers is to use shellcheck to catch common errors and unsafe usage. Most editors provide support for shellcheck. shellcheck.net/

Collapse
 
bobbyiliev profile image
Bobby Iliev

Very good point! Thank you for bringing it up! It was actually already mentioned in the eBook here but I've added it to the post as well! 🙌