purrforce/sync2git.bat

12 lines
572 B
Batchfile
Raw Normal View History

2024-03-20 00:48:21 +00:00
copy /B /Y api.h D:\dev\db\purrforce\
copy /B /Y error.c D:\dev\db\purrforce\
copy /B /Y ls.bat D:\dev\db\purrforce\
copy /B /Y main.c D:\dev\db\purrforce\
copy /B /Y make.bat D:\dev\db\purrforce\
copy /B /Y Makefile D:\dev\db\purrforce\
copy /B /Y pull_fromgit.bat D:\dev\db\purrforce\
copy /B /Y readme.md D:\dev\db\purrforce\
copy /B /Y rm.bat D:\dev\db\purrforce\
copy /B /Y sync2git.bat D:\dev\db\purrforce\
copy /B /Y touch.bat D:\dev\db\purrforce\