Too lazy to comment
This commit is contained in:
10
textures/unwadall.sh
Executable file
10
textures/unwadall.sh
Executable 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
|
||||
Reference in New Issue
Block a user