summaryrefslogtreecommitdiff
path: root/bin/openlink
diff options
context:
space:
mode:
Diffstat (limited to '')
-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"
011875051224f&follow=1'>Update gtk-version in glade filesRené 'Necoro' Neumann8-8/+8 2010-05-22Fix the link buttonsRené 'Necoro' Neumann1-1/+1 2010-05-20Handle missing eix-cache file more gracefullyRené 'Necoro' Neumann1-0/+7 2010-05-20More declarative handling of the database typesRené 'Necoro' Neumann3-46/+59 2010-05-11Fix release script pathesv0.14René 'Necoro' Neumann1-1/+2 2010-05-11Add '--plugin-dir' optionRené 'Necoro' Neumann1-1/+9 2010-05-11Add a README message to the releaseRené 'Necoro' Neumann1-1/+14