mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-16 08:31:45 +01:00
8 lines
117 B
Bash
Executable File
8 lines
117 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Purging $1"
|
|
cd $1
|
|
date >> deleted
|
|
../../../bin/delobjs ../../etc/players *.objs >> ../deleted
|
|
cd ..
|