couch/thirdparty/assimp/scripts/StepImporter/genentitylist.sh
2021-03-15 13:46:19 -05:00

4 lines
186 B
Bash

#!/bin/sh
cd ../../code
grep -E 'Ifc([A-Z][a-z]*)+' -o IFCLoader.cpp IFCGeometry.cpp IFCCurve.cpp IFCProfile.cpp IFCMaterial.cpp | uniq | sed s/.*:// > ../scripts/IFCImporter/output.txt