summaryrefslogtreecommitdiff
path: root/ghpatch
blob: 79000f45b9248d074b5c77c2917bedefaa5d7eb9 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
if (( $# < 1 ))
then
  echo "usage: ghpatch <github PR url>"
fi
curl -sL "$1.patch"