diff options
Diffstat (limited to '')
-rwxr-xr-x | sys/code/sys/gitio | 2 |
1 files changed, 1 insertions, 1 deletions
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 |