[CI-Skip] Add Simple & Easy rebuildPatch scripts (#6)

This commit is contained in:
IPECTER 이팩터
2023-03-09 23:29:01 +09:00
committed by GitHub
parent cb9b538131
commit 211af79729
2 changed files with 28 additions and 0 deletions

14
PatchAPI.sh Normal file
View 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