9 lines
159 B
Batchfile
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.
|