diff options
author | epoch <epoch@hacking.allowed.org> | 2018-04-06 02:06:20 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2018-04-06 02:06:20 -0500 |
commit | 87dd9c7e8c87c681b9808083448cd546880ebf3b (patch) | |
tree | 59cd927d77c7eee2b55398566c718204df841231 /start | |
parent | d0adb4621b5e4447bde26a8cd54201e4005a60e8 (diff) | |
download | uritools-87dd9c7e8c87c681b9808083448cd546880ebf3b.tar.gz uritools-87dd9c7e8c87c681b9808083448cd546880ebf3b.zip |
added printfurl and start tools and ignore file. and example config.
Diffstat (limited to 'start')
-rwxr-xr-x | start | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#!/bin/sh +scheme="$(printf "%s\n" "$1" | cuturl -s)" +line="$(grep "^${scheme}:" ~/.config/start.conf | cut -d: -f2-)" +printf "%s\n" "$1" | printfurl "$line" | sh |