1
0
Fork 0
anubis-patches-nyx/format-patches.sh
2025-03-29 17:24:21 -03:00

6 lines
139 B
Bash
Executable file

#!/bin/sh
echo "Removing old patches"
rm ./patches/*.patch
cd ./anubis || exit
git format-patch origin/HEAD --output-directory ../patches