aboutsummaryrefslogtreecommitdiffhomepage
path: root/extra/load_url_from_history.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_history.sh
parent9474bb8edd588e458dff418e5aaec44cc735f851 (diff)
better documented how scripts should work + refactored sample implementations
Diffstat (limited to 'extra/load_url_from_history.sh')
-rwxr-xr-xextra/load_url_from_history.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/load_url_from_history.sh b/extra/load_url_from_history.sh
index bcc2362..559e257 100755
--- a/extra/load_url_from_history.sh
+++ b/extra/load_url_from_history.sh
@@ -1,4 +1,4 @@
#!/bin/bash
history_file=/tmp/uzbl.history
goto=`awk '{print $3}' $history_file | sort | uniq | dmenu`
-[ -n "$goto" ] && echo "uri $goto" > /tmp/uzbl-fifo-name-TODO
+[ -n "$goto" ] && echo "uri $goto" > $4