Files
PlazmaBukkitMC/scripts/fixupServer.cmd
2023-03-08 11:33:01 +09:00

9 lines
159 B
Batchfile

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