source:
nikanabo/current/dat/original/xinstall.sh@
616
Last change on this file since 616 was 185, checked in by , 17 years ago | |
---|---|
File size: 359 bytes |
Rev | Line | |
---|---|---|
[185] | 1 | #!/bin/sh |
2 | if [ ! -e backupok.txt ] | |
3 | then | |
4 | echo "Game content not backed up!" | |
5 | else | |
6 | echo "Restoring original game content..." | |
7 | cd ../../../GameDataFolder | |
8 | cp ../nikanabo/dat/original/*.dat . | |
9 | cp ../nikanabo/dat/original/*.raw . | |
10 | cp ../nikanabo/dat/original/*.sep . | |
11 | cd ../nikanabo/dat/original | |
12 | echo "Original game content restored." | |
13 | fi |
Note:
See TracBrowser
for help on using the repository browser.