14 lines
133 B
Bash
14 lines
133 B
Bash
#!/usr/bin/env bash
|
|
|
|
# PatchAPI <Patch Name>
|
|
|
|
PS1="$"
|
|
|
|
cd Plazma-API
|
|
|
|
git add .
|
|
git commit -m $1
|
|
|
|
cd ../
|
|
|
|
./gradlew rebuildAPIPatches |