Cleanup Required

This commit is contained in:
zaCade
2019-03-03 12:40:16 +01:00
parent 997d1ec0e6
commit 57e860f5cb
179 changed files with 20 additions and 20 deletions
-10
View File
@@ -1,10 +0,0 @@
#!/bin/bash
for map in ./*.cfg; do
mapname=$(basename -s .cfg "${map}")
if [ ! -f ../../../../maps/$mapname.bsp ]; then
echo "$map"
fi
done