diff options
author | xero harrison <x@xero.nu> | 2015-03-19 11:32:57 -0400 |
---|---|---|
committer | xero harrison <x@xero.nu> | 2015-03-19 11:32:57 -0400 |
commit | c7a9480a069f9635045c3e6ff1acfcb94577d51e (patch) | |
tree | 45c40134f8f470bd4fe952625bdba50190623cfe /sys | |
parent | 37ef7b9e48d9a496c08540772a110b85aacac2e6 (diff) | |
download | dotfiles_ascii-c7a9480a069f9635045c3e6ff1acfcb94577d51e.tar.xz dotfiles_ascii-c7a9480a069f9635045c3e6ff1acfcb94577d51e.zip |
update gitio script from upstream
http://git.io/gitio.sh
Diffstat (limited to 'sys')
-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 |