afed831a
6662e60b
1
2
3 4 5 6
#!sh cd obj for i in *cso; do (echo -n 'static ' xxd -i $i | grep -v '_len = ') > ${i%cso}inc done