Files
PlazmaBukkitMC/PatchAPI.sh
2023-03-09 23:29:01 +09:00

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