source: nikanabo/current/bsl/onilight/xinstall.sh@ 696

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