Files
PlazmaBukkitMC/FixupAPI.sh
2023-03-24 04:06:35 +00:00

13 lines
116 B
Bash

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