Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env perl
###############################################################################
# Automatically create a pull request containing official server changes,
# extracted from the server's patch files.
#
# WARNING: This script will DELETE all local modifications to the git clone
# it uses. Please use a git directory which is only for this script
# to avoid loss of any changes you might have made.
use strict;