Too lazy to comment

This commit is contained in:
2020-01-05 22:57:26 +01:00
parent 6665d4df7b
commit c27386462f
4364 changed files with 505434 additions and 20504 deletions

10
textures/unwadall.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
for fp in /opt/quakemapping/wads/*.wad; do
f=`basename $fp`
name=${f%.wad}
mkdir $name
pushd $name
unwad $fp
popd
done