Kevin Daudt c43445c87f main/readline: don't exec in global scope
In order to speed up reading the metadata of all packages, we try to
prevent executing external commands in the global scope.

seq is used to generate a list of zero-padded numbers. Replace this with
a shell-loop and `printf` to do the same.
2022-05-05 15:09:36 +00:00
..