Files
milsko/tools/git_merge.sh
2025-10-20 22:04:44 +00:00

8 lines
213 B
Bash
Executable File

if [[ $1 -eq "" ]]; then
echo "Blank argument."
exit
fi
echo "Applying PR #$1 (https://github.com/pyrite-dev/milsko/pull/$1.diff)"
curl https://github.com/pyrite-dev/milsko/pull/$1.diff -L | patch -p1