denysdovhan / bash-handbook

:book: For those who wanna learn Bash
https://git.io/bash-handbook
5.69k stars 756 forks source link

Add 'Other resources' #60

Closed unixorn closed 8 years ago

unixorn commented 8 years ago

shellcheck is a great resource for shell script newbies since it will call out dangerous and/or deprecated practices in their code.

Closes #59

unixorn commented 8 years ago

What section would you prefer me to add shellcheck to? Or should I leave it as a new section and rename the section something other than 'Other Resources?'

denysdovhan commented 8 years ago

I think it's better to add some links, for example:

In that case Other resources looks good to me.

unixorn commented 8 years ago

Added a few more resource links so shellcheck isn't lonely :smiley:

unixorn commented 8 years ago

I should have thought of dotfiles.github.io myself, I'm one of the maintainers :-)

denysdovhan commented 8 years ago

LGTM

denysdovhan commented 8 years ago

Published as v2.4.0! :+1: Thank you a lot!