ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/nikanabo/current/bsl/onilight/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: 332 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 ../onilight
6 else
7 echo "Installing Oni Light level logic..."
8 cd ../../../GameDataFolder
9 rm -rf IGMD
10 cp -r ../nikanabo/bsl/onilight/IGMD .
11 cd ../nikanabo/bsl/onilight
12 echo "Oni Light level logic installed."
13 fi