source:
nikanabo/current/bsl/mybackup/xinstall.sh@
1202
| Last change on this file since 1202 was 186, checked in by , 18 years ago | |
|---|---|
| File size: 291 bytes | |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | if [ ! -e backupok.txt ] |
| 3 | then |
| 4 | echo "User level logic not backed up." |
| 5 | else |
| 6 | echo "Restoring user level logic..." |
| 7 | cd ../../../GameDataFolder |
| 8 | rm -rf IGMD |
| 9 | cp -r ../nikanabo/bsl/mybackup/IGMD . |
| 10 | cd ../nikanabo/bsl/mybackup |
| 11 | echo "User level logic restored." |
| 12 | fi |
Note:
See TracBrowser
for help on using the repository browser.
