blob: 6847be5bc940f792d2a1a605f7033bd565fc5f1c [file] [log] [blame]
Dmitry Shmidt5d080802017-04-11 14:20:03 -07001
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