update and clean map configs

This commit is contained in:
BotoX
2019-09-23 11:45:34 +02:00
parent 9fba0657fa
commit a184a1f0e4
575 changed files with 4590 additions and 4620 deletions
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
for map in ./*.cfg; do
mapname=$(basename -s .cfg "${map}")
if [ ! -f ../../../../maps/$mapname.bsp ]; then
echo "$map"
fi
done