Rev 98 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#!/bin/shlxsplit -j "${@}".001 ### Attempt to join the filepar2repair "${@}".*???2 ### Attempt to repair the joined fileRETURN_CODE=$? ### Get the return code of the repairif [ ${RETURN_CODE} -eq 0 ]; then ### If the repair was successfulrm "${@}".???* ### then remove all the source fileselse ### If the repair was not successfulrm "${@}" ### then remove the attempted filefiecho 'Done, Exiting!'