[CI-Skip] Add Simple & Easy rebuildPatch scripts (#6)
This commit is contained in:
14
PatchAPI.sh
Normal file
14
PatchAPI.sh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# PatchAPI <Patch Name>
|
||||
|
||||
PS1="$"
|
||||
|
||||
cd Plazma-API
|
||||
|
||||
git add .
|
||||
git commit -m $1
|
||||
|
||||
cd ../
|
||||
|
||||
./gradlew rebuildAPIPatches
|
||||
Reference in New Issue
Block a user