1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 12:23:13 +00:00
re3/src/extras/shaders/makeinc_hlsl.sh

7 lines
101 B
Bash

#!sh
cd obj
for i in *cso; do
(echo -n 'static '
xxd -i $i | grep -v '_len = ') > ${i%cso}inc
done