summaryrefslogtreecommitdiffstats
path: root/self-extractors/PART3
diff options
context:
space:
mode:
Diffstat (limited to 'self-extractors/PART3')
-rw-r--r--self-extractors/PART312
1 files changed, 12 insertions, 0 deletions
diff --git a/self-extractors/PART3 b/self-extractors/PART3
new file mode 100644
index 0000000..6847be5
--- /dev/null
+++ b/self-extractors/PART3
@@ -0,0 +1,12 @@
+
+if test $? != 0
+then
+ echo
+ echo ERROR: Couldn\'t extract files. 1>&2
+ exit 3
+else
+ echo
+ echo Files extracted successfully.
+fi
+exit 0
+