Subversion Repositories programming

Rev

Rev 98 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
89 irasnyd 1
#!/bin/sh
2
 
3
lxsplit -j "${@}.001"
4
par2repair "${@}" && rm "${@}".???*
5
 
6
echo 'Done, Exiting!'