summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <f-p@gmx.at>2009-04-28 15:34:17 +0200
committerFlorian Pritz <f-p@gmx.at>2009-04-28 15:34:17 +0200
commit2b46ba3b8d118fa5576949a380af3151454a2ead (patch)
tree04aa15a3c2b36a103e52ffa905e3ea1696e88388
parentd1f8d6967e7ab0ac83af184ead1a22b30ad06181 (diff)
downloadbin-2b46ba3b8d118fa5576949a380af3151454a2ead.tar.gz
bin-2b46ba3b8d118fa5576949a380af3151454a2ead.tar.xz
fierfox and ompload wrappers
-rwxr-xr-xfirefox2
-rwxr-xr-xompload4
2 files changed, 6 insertions, 0 deletions
diff --git a/firefox b/firefox
new file mode 100755
index 0000000..68d0250
--- /dev/null
+++ b/firefox
@@ -0,0 +1,2 @@
+#!/bin/sh
+firefox-nightly $@
diff --git a/ompload b/ompload
new file mode 100755
index 0000000..3eb7080
--- /dev/null
+++ b/ompload
@@ -0,0 +1,4 @@
+#!/bin/sh
+URL=`/usr/bin/ompload -u $@ | grep "http.*" -o`
+echo $URL
+echo -n $URL | nohup &>/dev/null xclip