Files
PlazmaBukkitMC/scripts/fixupAPI.cmd
2023-03-07 00:01:53 +09:00

9 lines
159 B
Batchfile

@echo off
cd Andromeda-API >> NUL
git add . >> NUL
git commit -m "fixup" >> NUL
git format-patch -1 >> NUL
0001-fixup.patch >> NUL
cd .. >> NUL
echo Complete.