Stefan Beller [off-list ref] writes:
Hello,
I'd like to rewrite the repack shell script in C.
So I tried the naive approach reading the man page and
the script itself and write C program by matching each block/line
of the script with a function in C
You should add one step here: check that tests are good, and possibly
add some to improve coverage. It's easier to add tests when you already
have a reference implementation.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/