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