Files
PlazmaBukkitMC/fxsrv
2024-04-29 15:43:49 +09:00

15 lines
147 B
Bash
Executable File

#!/usr/bin/env bash
# FixupServer
PS1="$"
cd Plazma-Server
git add .
git commit -m "fixup"
git format-patch -1
mv 0001-fixup.patch ../
cd ../