diff --git a/contrib/source-control-tools/land-patch.sh b/contrib/source-control-tools/land-patch.sh new file mode 100755 --- /dev/null +++ b/contrib/source-control-tools/land-patch.sh @@ -0,0 +1,97 @@ +#!/usr/bin/env bash +# Copyright (c) 2020 The Bitcoin developers +# Distributed under the MIT software license, see the accompanying +# file COPYING or http://www.opensource.org/licenses/mit-license.php. + +export LC_ALL=C.UTF-8 + +set -euxo pipefail + +help_message() { + cat <