diff options
author | xero <x@xero.nu> | 2015-03-29 21:05:52 -0400 |
---|---|---|
committer | xero <x@xero.nu> | 2015-03-29 21:05:52 -0400 |
commit | 4c5b76373ac4c026a1a743576e0e30199134d0ae (patch) | |
tree | 32cdea4440780b22fc8dce1047a442d00c407a4f | |
parent | 8c5855a1446866c5577382b12e9f0cc20f6879df (diff) | |
parent | c7a9480a069f9635045c3e6ff1acfcb94577d51e (diff) | |
download | dotfiles_ascii-4c5b76373ac4c026a1a743576e0e30199134d0ae.tar.xz dotfiles_ascii-4c5b76373ac4c026a1a743576e0e30199134d0ae.zip |
Merge remote-tracking branch 'origin/master'
-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 |