File size: 226 Bytes
bd34ae9
 
 
 
 
1
2
3
4
5
6

1. downloaded all the obj files
2. for i in in-*obj ; do o=$( echo ${i} | cut -f2- -d- ) ; ../../meshin-around.sh ${i} ${o} ; done 
3. for i in ../*png ; do o=$(basename ${i} | sed 's,-[^.]*\.,.,' ) ; cp -i ${i} ${o} ; done