aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sciv
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/sciv')
-rw-r--r--engines/sci/sciv15
1 files changed, 15 insertions, 0 deletions
diff --git a/engines/sci/sciv b/engines/sci/sciv
new file mode 100644
index 0000000000..0a33725ce0
--- /dev/null
+++ b/engines/sci/sciv
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+echo -------------------------[Depreciation warning]--------------------------------
+echo Using \'sciv\' to start FreeSCI is deprecated and will not be supported in future
+echo versions of FreeSCI. Instead, use the \'freesci\' binary.
+echo -------------------------------------------------------------------------------
+sleep 3
+
+freesci $@
+
+echo -------------------------[Depreciation warning]--------------------------------
+echo Using \'sciv\' to start FreeSCI is deprecated and will not be supported in future
+echo versions of FreeSCI. Instead, use the \'freesci\' binary.
+echo -------------------------------------------------------------------------------
+