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

15 lines
141 B
Bash
Executable File

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