commit abc39c3b68aac38c4067aeb86040617e98bd567b parent 4fd8bcb03d1e2e343050c289cde987745926472f Author: hhvn <dev@haydenvh.com> Date: Sat, 27 Mar 2021 18:58:09 +0000 .s/b/urlhand: don't exit after parent dies Diffstat:
M | .scripts/bin/urlhand | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scripts/bin/urlhand b/.scripts/bin/urlhand @@ -36,4 +36,4 @@ torsocks popupcgo torsocks popupw3m torsocks gpgimport" | dmenu -i) -sh -c "$hand $link" +nohup sh -c "$hand $link" >/dev/null &