source: nikanabo/current/dat/original/xinstall.sh@ 616

Last change on this file since 616 was 185, checked in by geyser, 17 years ago
File size: 359 bytes
Line 
1#!/bin/sh
2if [ ! -e backupok.txt ]
3then
4 echo "Game content not backed up!"
5else
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."
13fi
Note: See TracBrowser for help on using the repository browser.