Subversion Repositories programming

Rev

Rev 89 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#!/bin/sh

lxsplit -j "${@}".001
par2repair "${@}" && rm "${@}".???*

echo 'Done, Exiting!'