forked from UNLOZE/sm-plugins
update and clean map configs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user