From c7a9480a069f9635045c3e6ff1acfcb94577d51e Mon Sep 17 00:00:00 2001 From: xero harrison Date: Thu, 19 Mar 2015 11:32:57 -0400 Subject: update gitio script from upstream http://git.io/gitio.sh --- sys/code/sys/gitio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/code/sys/gitio b/sys/code/sys/gitio index 47a1bfb..b6a7983 100755 --- a/sys/code/sys/gitio +++ b/sys/code/sys/gitio @@ -43,7 +43,7 @@ optstest() { found=0 for arg in "$@" do - if echo $arg | cut -d/ -f3 | grep -Eq "github.com" + if echo $arg | cut -d/ -f3 | grep -q "github.com\|raw.githubusercontent.com" then GHURL=$arg found=1 -- cgit v1.2.1