aboutsummaryrefslogtreecommitdiffhomepage
path: root/extra/load_url_from_bookmarks.sh
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 16:02:06 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-04-26 16:02:06 +0200
commit7563101f66634c77f0d6878473cc6e46a7e3ff59 (patch)
tree5142501ad22fadff939dcc8a4360fb98861301b7 /extra/load_url_from_bookmarks.sh
parent9474bb8edd588e458dff418e5aaec44cc735f851 (diff)
better documented how scripts should work + refactored sample implementations
Diffstat (limited to 'extra/load_url_from_bookmarks.sh')
-rwxr-xr-x[-rw-r--r--]extra/load_url_from_bookmarks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/load_url_from_bookmarks.sh b/extra/load_url_from_bookmarks.sh
index dfbbf9a..52e14e2 100644..100755
--- a/extra/load_url_from_bookmarks.sh
+++ b/extra/load_url_from_bookmarks.sh
@@ -1,4 +1,4 @@
#!/bin/bash
file=bookmarks
goto=`awk '{print $1}' $history_file | dmenu` #NOTE: it's the job of the script that inserts bookmarks to make sure there are no dupes.
-[ -n "$goto" ] && echo "uri $goto" > /tmp/uzbl-fifo-name-TODO
+[ -n "$goto" ] && echo "uri $goto" > $4