mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
7 lines
117 B
Bash
Executable file
7 lines
117 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "Purging $1"
|
|
cd $1
|
|
date >> deleted
|
|
../../../bin/delobjs ../../etc/players *.objs >> ../deleted
|
|
cd ..
|