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
phong_angle_concave
ericw-tools
/
testmaps
/
quake_map_source
/
leaktest.sh
9 lines
82 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
set
-x
for
MAP in *.MAP
;
do
qbsp -leaktest
"
$MAP
"
||
exit
1
done
Reference in New Issue
View Git Blame
Copy Permalink