ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/nikanabo/current/bsl/original/xinstall.sh
Revision: 185
Committed: Mon May 21 18:48:22 2007 UTC (18 years, 4 months ago) by geyser
Content type: text/x-sh
File size: 330 byte(s)
Log Message:

File Contents

# Content
1 #!/bin/sh
2 cd ../mybackup
3 if [ ! -e backupok.txt ]
4 echo "User level logic not backed up."
5 cd ../original
6 else
7 echo "Installing original level logic..."
8 cd ../../../GameDataFolder
9 rm -rf IGMD
10 cp -r ../nikanabo/bsl/original/IGMD .
11 cd ../nikanabo/bsl/original
12 echo "Original level logic installed."
13 fi