forked from UNLOZE/sm-plugins
Cleanup Required
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user