Initial Commit
This commit is contained in:
8
scripts/fixupAPI.cmd
Normal file
8
scripts/fixupAPI.cmd
Normal file
@@ -0,0 +1,8 @@
|
||||
@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.
|
||||
Reference in New Issue
Block a user