From 83efc28b170e31ad144970eeba38ced055eca97e Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 11 Jan 2021 11:55:30 -0500 Subject: add ghpatch --- ghpatch | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 ghpatch (limited to 'ghpatch') diff --git a/ghpatch b/ghpatch new file mode 100755 index 0000000..66365af --- /dev/null +++ b/ghpatch @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +if (( $# < 0 )) +then + echo "usage: ghpatch " +fi +curl -sL "$1.patch" -- cgit v1.2.3