diff options
author | Jordi Vilalta Prat | 2009-02-15 06:10:59 +0000 |
---|---|---|
committer | Jordi Vilalta Prat | 2009-02-15 06:10:59 +0000 |
commit | fa6e10e9cec163845aa29e7940c86e9c9ab8a2bc (patch) | |
tree | ce87338830cc8c149e1de545246bcefe4f45da00 /engines/sci/sciv | |
parent | 7c148ddf021c990fa866b7600f979aac9a5b26c9 (diff) | |
download | scummvm-rg350-fa6e10e9cec163845aa29e7940c86e9c9ab8a2bc.tar.gz scummvm-rg350-fa6e10e9cec163845aa29e7940c86e9c9ab8a2bc.tar.bz2 scummvm-rg350-fa6e10e9cec163845aa29e7940c86e9c9ab8a2bc.zip |
Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't compile yet)
svn-id: r38192
Diffstat (limited to 'engines/sci/sciv')
-rw-r--r-- | engines/sci/sciv | 15 |
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 ------------------------------------------------------------------------------- + |