Added CircleMUD 3.1 as initial commit
This commit is contained in:
7
lib/plrobjs/purgedir
Executable file
7
lib/plrobjs/purgedir
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Purging $1"
|
||||
cd $1
|
||||
date >> deleted
|
||||
../../../bin/delobjs ../../etc/players *.objs >> ../deleted
|
||||
cd ..
|
Reference in New Issue
Block a user