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