aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/scripts/load_url_from_history.sh
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 18:23:59 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 18:23:59 +0200
commitf1e6b7dab56c3a8cfe22835b0668eb92fb200e24 (patch)
treeda39f2616a6922a4c5eb3515e3c75e70177fb7cb /examples/scripts/load_url_from_history.sh
parent95df3e80f68407a61f1060d76483a08417266565 (diff)
parentff86e511bda0313edbb6ead21415747b8eb88d29 (diff)
Merge commit 'duc/experimental' into experimental
Diffstat (limited to 'examples/scripts/load_url_from_history.sh')
-rwxr-xr-xexamples/scripts/load_url_from_history.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/scripts/load_url_from_history.sh b/examples/scripts/load_url_from_history.sh
index f79a058..cf2ceb2 100755
--- a/examples/scripts/load_url_from_history.sh
+++ b/examples/scripts/load_url_from_history.sh
@@ -17,5 +17,5 @@ else
current=`tail -n 1 $history_file | awk '{print $3}'`; goto=`(echo $current; awk '{print $3}' $history_file | grep -v "^$current\$" | sort -u) | $DMENU`
fi
-#[ -n "$goto" ] && echo "cmd uri $goto" > $4
-[ -n "$goto" ] && uzblctrl -s $5 -c "cmd uri $goto"
+#[ -n "$goto" ] && echo "act uri $goto" > $4
+[ -n "$goto" ] && uzblctrl -s $5 -c "act uri $goto"