source: nikanabo/current/bsl/mybackup/xinstall.sh@ 1078

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