13 lines
116 B
Bash
Executable File
13 lines
116 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# FixupAPI
|
|
|
|
PS1="$"
|
|
|
|
cd Plazma-API
|
|
|
|
git add .
|
|
git commit -m "fixup"
|
|
git format-patch -1
|
|
|
|
cd ../ |