Home | History | Annotate | Download | only in self-extractors
      1 
      2 if test $? != 0
      3 then
      4   echo
      5   echo ERROR: Couldn\'t extract files. 1>&2
      6   exit 3
      7 else
      8   echo
      9   echo Files extracted successfully.
     10 fi
     11 exit 0
     12 
     13