mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
11 lines
147 B
Text
11 lines
147 B
Text
![]() |
#!/bin/sh
|
||
|
|
||
|
echo "Purging old rent files, please wait..."
|
||
|
purgedir A-E
|
||
|
purgedir F-J
|
||
|
purgedir K-O
|
||
|
purgedir P-T
|
||
|
purgedir U-Z
|
||
|
rm -f ZZZ/*
|
||
|
echo "Done."
|