|
|
|
|
|
by dpina
4149 days ago
|
|
Just spent some time sending my scripts to this site for it to analyse and see what it does.
I can see that while it wasn't be able to tell me of more efficient code to achieve my goal (wasn't really hopping for that), it did spot 1) one liners where some commands are not needed, 2) variables which are not used, 3) where I should use double quotes to prevent word splitting and 4) lines where my ssh was eating up my stdin. What a great sanity check for the days when I'm writing something on my own without a second pair of eyes to proof-read it. |
|