source:
nikanabo/current/bsl/original/xinstall.sh@
696
Last change on this file since 696 was 186, checked in by , 17 years ago | |
---|---|
File size: 335 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 ../original | |
7 | else | |
8 | echo "Installing original level logic..." | |
9 | cd ../../../GameDataFolder | |
10 | rm -rf IGMD | |
11 | cp -r ../nikanabo/bsl/original/IGMD . | |
12 | cd ../nikanabo/bsl/original | |
13 | echo "Original level logic installed." | |
14 | fi |
Note:
See TracBrowser
for help on using the repository browser.