Page 1 of 1

Check and optimize your bash scripts

Posted: 29 Oct 2014, 16:17
by viking60
So I have this working bash script but I want to make sure that it is optimal.
I found
:A
http://www.shellcheck.net/
Just paste your code in there and you will get valuable tips. It will by no means replace your head, and sometimes come op with solutions that are plain wrong in your script, but for the most part you will be able to optimise your scripts with it.