Rev 89 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
#!/bin/sh
lxsplit -j "${@}.001"
lxsplit -j "${@}".001
par2repair "${@}" && rm "${@}".???*
echo 'Done, Exiting!'