mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
10 lines
147 B
Bash
Executable file
10 lines
147 B
Bash
Executable file
#!/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."
|