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