Subversion Repositories programming

Rev

Rev 89 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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