]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/collect-precache.sh
Merge branch 'master' into terencehill/ca_ft_fixes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / collect-precache.sh
1 #!/bin/sh
2
3 {
4         grep -h '\<precache_model *( *"' client/* | grep -v "//NO_SV_PRECACHE"
5         grep -h '\<precache_sound *( *"' client/* | grep -v "//NO_SV_PRECACHE"
6 } > server/precache-for-csqc.inc
7