blob: 6847be5bc940f792d2a1a605f7033bd565fc5f1c [file] [log] [blame]
Bill Yib1db5ed2014-12-12 08:53:12 -08001
2if test $? != 0
3then
4 echo
5 echo ERROR: Couldn\'t extract files. 1>&2
6 exit 3
7else
8 echo
9 echo Files extracted successfully.
10fi
11exit 0
12