mirror of
https://github.com/tbamud/tbamud.git
synced 2025-12-18 08:10:13 +01:00
8 lines
117 B
Text
8 lines
117 B
Text
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
echo "Purging $1"
|
||
|
|
cd $1
|
||
|
|
date >> deleted
|
||
|
|
../../../bin/delobjs ../../etc/players *.objs >> ../deleted
|
||
|
|
cd ..
|