#!/bin/ksh
EMPIREPORT=1617
EMPIREHOST=hpcvxkd
EMPIREBASE=$HOME/games/empire
EMPIREDATA=$HOME/games/EMP

#  Announce the shutdown and lock people out

cd $EMPIREBASE/POGO
./turnoff "Backing up database (back in a few minutes)"
sleep 60
./killoff
./world.save
./fireup
./turnon
