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