Files
tinyobjloader/deploy.bat

5 lines
112 B
Batchfile

copy tiny_obj_loader.h ../tinyobjloader/
cd ../tinyobjloader/
git add *
git commit -m %1
git push origin master