From 46f5df2c54db2983502a0f2b0f8e0fadae9d6f45 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Sun, 31 Jul 2011 09:38:20 -0700 Subject: Generate self-extractors for Maguro Change-Id: I44e6b457571ed43164b5b6476d91884e83198e6d --- self-extractors/PART2 | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 self-extractors/PART2 (limited to 'self-extractors/PART2') diff --git a/self-extractors/PART2 b/self-extractors/PART2 new file mode 100644 index 0000000..30e8d43 --- /dev/null +++ b/self-extractors/PART2 @@ -0,0 +1,22 @@ +__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 + -- cgit v1.1