On Wed, Nov 22, 2023 at 11:44:12AM +0100, Nowarez Market wrote: > https://github.com/par7133/tiny-tools
There is something ironic about having to download 204345 bytes of bloated html and javascript just to get the 170 bytes of source code for 'checkmd5'. But anyway, one improvement you could make is not to use fixed temporary paths like /tmp/verify.md5 especially in a shared directory such as /tmp, because this is open to all sorts of abuse. I know these are supposed to be tiny tools, but the cost of calling mktemp is pretty insignificant.