kazuhisya / dia-aws-simple-icons

AWS Simple Icons for dia
25 stars 8 forks source link

improved shell code #5

Closed avaika closed 6 years ago

avaika commented 6 years ago

Parsing ls output (and find as well) is considered as a bad practices in shell. Here's an explanation why it is so.

I've changed and tested code a bit, so it should be better now (and a bit faster, it needs 9 secs on my laptop against 15 with original script :) ).

kazuhisya commented 6 years ago

@avaika merged, thank you !