This website requires JavaScript.
Explore
Help
Register
Sign In
olegpz
/
ericw-tools
mirror of
https://github.com/ericwa/ericw-tools.git
Watch
0
Star
0
Fork
You've already forked ericw-tools
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6d847fed85
ericw-tools
/
testmaps
/
quake_map_source
/
leaktest.sh
10 lines
102 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
set
-x
for
file in *.map
;
do
qbsp -leaktest -noverbose
"
$file
"
||
exit
1
done
exit
0
Reference in New Issue
View Git Blame
Copy Permalink