5 lines
125 B
Batchfile
5 lines
125 B
Batchfile
copy tiny_obj_loader.h ../tinyobjloader/
|
|
cd ../tinyobjloader/
|
|
git add *
|
|
git commit -m %1
|
|
git push -u tigrazone origin master |