mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
12 lines
142 B
Text
12 lines
142 B
Text
|
|
if test $? != 0
|
|
then
|
|
echo
|
|
echo ERROR: Couldn\'t extract files. 1>&2
|
|
exit 3
|
|
else
|
|
echo
|
|
echo Files extracted successfully.
|
|
fi
|
|
exit 0
|
|
|