From 5b903c069d61ea0937c8863043aeec66db80f6c8 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Tue, 10 Apr 2018 03:59:58 +0000 Subject: changed last line in start to run the pipeline in the current shell instead of a shell not hooked into the terminal --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start b/start index d21a799..873f792 100755 --- a/start +++ b/start @@ -1,4 +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 +eval "$(printf "%s\n" "$1" | printfurl "$line" )" -- cgit v1.2.3