ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/nikanabo/current/bsl/onilight/xinstall.sh
Revision: 186
Committed: Tue May 22 12:03:42 2007 UTC (18 years, 4 months ago) by geyser
Content type: text/x-sh
File size: 337 byte(s)
Log Message:

File Contents

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