diff options
author | epoch <epoch@thebackupbox.net> | 2020-05-01 15:59:36 -0500 |
---|---|---|
committer | epoch <epoch@thebackupbox.net> | 2020-05-01 15:59:36 -0500 |
commit | 39eac44f867024563448d0b606af851dff8aa35f (patch) | |
tree | 4420e347691fe2acbd377c5b91df3296549a872f | |
parent | b26efcc56e7389dfb550ab63ecc01aa176bf1fbf (diff) | |
parent | afc9fd38a7f43ac85ce31ad76f660346d90125da (diff) | |
download | uritools-39eac44f867024563448d0b606af851dff8aa35f.tar.gz uritools-39eac44f867024563448d0b606af851dff8aa35f.zip |
Merge branch 'master' of ssh://thebackupbox.net:65432/~/uritools
-rwxr-xr-x | urigetline | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ uri="$1" # line="$(grep "^${scheme}:" ~/.config/uristart.conf | cut -d: -f2- | sed 's/^[ \t]*//g' | sed 's/\\/\\\\/g')" ### fancy way. -cat ~/.config/uristart.conf \ +grep '^[^#]' ~/.config/uristart.conf \ | while read -r l;do uritmp="$uri" uritmp="$(printf "%s\n" "$l" \ |