From 87dd9c7e8c87c681b9808083448cd546880ebf3b Mon Sep 17 00:00:00 2001
From: epoch <epoch@hacking.allowed.org>
Date: Fri, 6 Apr 2018 02:06:20 -0500
Subject: added printfurl and start tools and ignore file. and example config.

---
 start | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100755 start

(limited to 'start')

diff --git a/start b/start
new file mode 100755
index 0000000..d21a799
--- /dev/null
+++ b/start
@@ -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
-- 
cgit v1.2.3