summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/openlink5
1 files changed, 5 insertions, 0 deletions
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"