On 06/06/14 22:20, Florian Bruhin wrote: > [offtopic] > I also found some constructs to automatically get a checksum file from > upstream via curl/wget - is this an encouraged thing to do? > Though this one probably isn't a good idea :D > md5sums=(`wget -qO- $source | md5sum | cut -c -32`) > [/offtopic]
Well, that is ... I have nothing polite to say.