9 lines
156 B
Batchfile
9 lines
156 B
Batchfile
@echo off
|
|
cd Plazma-API >> NUL
|
|
git add . >> NUL
|
|
git commit -m "fixup" >> NUL
|
|
git format-patch -1 >> NUL
|
|
0001-fixup.patch >> NUL
|
|
cd .. >> NUL
|
|
echo Complete.
|