device_google_bluejay/self-extractors_bluejay/PART2
Robin Peng d84122a508 Move bluejay source code into bluejay device folders
from: f220743932f0dac2bbf2a7e07906c4a2db4fe243

Bug: 206553389
Change-Id: I1bc1f02cf1f8d5e2d93a033737048930d7d3d062
2021-11-22 11:49:00 +08:00

22 lines
301 B
Text

__EOF__
if test $? != 0
then
echo ERROR: Couldn\'t display license file 1>&2
exit 1
fi
echo
echo -n Type \"I ACCEPT\" if you agree to the terms of the license:\
read typed
if test "$typed" != I\ ACCEPT
then
echo
echo You didn\'t accept the license. Extraction aborted.
exit 2
fi
echo