device/linaro/hikey/self-extractors_hikey960/PART3

13 lines
142 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:28:21 +08:00
if test $? != 0
then
echo
echo ERROR: Couldn\'t extract files. 1>&2
exit 3
else
echo
echo Files extracted successfully.
fi
exit 0