From d790d815b52de3cb28ece28a30a2cbcc05323307 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 2 Aug 2009 17:40:49 +0200 Subject: script für urxvt links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- urxvt-link.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 urxvt-link.sh (limited to 'urxvt-link.sh') diff --git a/urxvt-link.sh b/urxvt-link.sh new file mode 100755 index 0000000..9db1107 --- /dev/null +++ b/urxvt-link.sh @@ -0,0 +1,3 @@ +#!/bin/sh +echo -n "$1" | nohup >/dev/null 2>&1 xclip +firefox "$1" -- cgit v1.2.3-24-g4f1b