Files
grenzland-mud/lib/plrobjs/purgedir
2006-12-19 22:56:18 +00:00

8 lines
117 B
Bash
Executable File

#!/bin/sh
echo "Purging $1"
cd $1
date >> deleted
../../../bin/delobjs ../../etc/players *.objs >> ../deleted
cd ..