source:
nikanabo/current/bsl/onilight/xinstall.sh@
853
Last change on this file since 853 was 186, checked in by , 17 years ago | |
---|---|
File size: 337 bytes |
Rev | Line | |
---|---|---|
[185] | 1 | #!/bin/sh |
2 | cd ../mybackup | |
3 | if [ ! -e backupok.txt ] | |
[186] | 4 | then |
[185] | 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.