/
ScryMUD/mud/
ScryMUD/mud/grrmud/Boards/
ScryMUD/mud/grrmud/Help/
ScryMUD/mud/grrmud/Pfiles/
ScryMUD/mud/grrmud/PlayerSacks/
ScryMUD/mud/grrmud/PlayerShops/
ScryMUD/mud/grrmud/help_filter/
ScryMUD/mud/hegemon/
ScryMUD/mud/hegemon/data/
ScryMUD/mud/hegemon/data/help/battle/
ScryMUD/mud/hegemon/data/help/client/
ScryMUD/mud/hegemon/data/help/communications/
ScryMUD/mud/hegemon/data/help/skills/
ScryMUD/mud/hegemon/data/help/spells/
ScryMUD/mud/include/
ScryMUD/mud/lib/
ScryMUD/mud/lib/bitfield/
ScryMUD/mud/lib/log/
ScryMUD/mud/lib/string2/
#!/bin/bash

# This script is used by ScryMUD to move it's log files into
# a more convenient location.  If one desired, this script
# could even be made to ftp them somewhere else...


LOG_TARG_DIR=$HOME/public_html
LF=/tmp/mv_logs.log

# First, remove the existing target.

mkdir -p $LOG_TARG_DIR/World

#echo "cp $1 $LOG_TARG_DIR/" >> $LF
cp $1 $LOG_TARG_DIR/

#chmod a+r $LOG_TARG_DIR/BC_* >> $LF