summarylogtreecommitdiffstats
path: root/openurl.sh
diff options
context:
space:
mode:
authorM0Rf302019-08-22 14:57:30 +0200
committerM0Rf302019-08-22 14:57:30 +0200
commit96ca36558325e88fa363757845c9a7796261b87f (patch)
tree22114c490427832c0b660b3d90ee18aef49d0c6f /openurl.sh
parentc0720baa8a84ae91a31fb7a2e81b47c14309d830 (diff)
downloadaur-96ca36558325e88fa363757845c9a7796261b87f.tar.gz
iortcw-data: added openurl.sh
Diffstat (limited to 'openurl.sh')
-rw-r--r--openurl.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/openurl.sh b/openurl.sh
new file mode 100644
index 000000000000..41fd1f42d0e8
--- /dev/null
+++ b/openurl.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+# use this script to customize the way the engine should open URLs
+
+xdg-open "$1"
+
+# other possibilities .. not exhaustive of course ..
+# opera "$1"
+# xterm -e lynx "$1"