From 3750072ae0e431e9a755661c65bd32d3dd1c25c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 24 Jan 2011 22:15:51 +0100 Subject: FF-wrapper which opens in new tab --- bin/openlink | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bin/openlink (limited to 'bin') diff --git a/bin/openlink b/bin/openlink new file mode 100755 index 0000000..7e8eb03 --- /dev/null +++ b/bin/openlink @@ -0,0 +1,5 @@ +#!/bin/sh + +url=${1:-"about:blank"} + +firefox -a firefox -remote "openURL($url,new-tab)" || firefox "$url" -- cgit v1.2.3