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

Last change on this file since 1078 was 186, checked in by geyser, 17 years ago
File size: 397 bytes
RevLine 
[185]1#!/bin/sh
2cd ../mybackup
3if [ ! -e backupok.txt ]
[186]4then
[185]5 echo "User level logic not backed up."
6 cd ../orig_mac
7else
8 echo "Installing original level logic..."
9 cd ../../../GameDataFolder
10 rm -rf IGMD
11 cp -r ../nikanabo/bsl/original/IGMD .
12 cp -r ../nikanabo/bsl/orig_mac/IGMD/tctf_ii IGMD/tctf_ii
13 cd ../nikanabo/bsl/orig_mac
14 echo "Original level logic installed."
15fi
16
Note: See TracBrowser for help on using the repository browser.