I made this script for myself today, is it worth including?
github-apply:
#!/bin/sh
curl https://patch-diff.githubusercontent.com/raw/librenms/librenms/pull/${1}.patch | git apply -v
I made this script for myself today, is it worth including?
github-apply:
#!/bin/sh
curl https://patch-diff.githubusercontent.com/raw/librenms/librenms/pull/${1}.patch | git apply -v
Haha. That’s ace. I’d say add it in