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

14 lines
142 B
Bash

#!/usr/bin/env bash
# PatchServer <Patch Name>
PS1="$"
cd Plazma-Server
git add .
git commit -m $1
cd ../
./gradlew rebuildServerPatches