source:
nikanabo/current/bsl/onilight/xinstall.sh@
185
Last change on this file since 185 was 185, checked in by , 18 years ago | |
---|---|
File size: 332 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.