Remove redundant history_handler.
[uzbl-mobile] / examples / data / uzbl / scripts / history.sh
1 #!/bin/sh
2
3 file=${XDG_DATA_HOME:-$HOME/.local/share}/uzbl/history
4 [ -d `dirname $file` ] || exit 1
5 echo `date +'%Y-%m-%d %H:%M:%S'`" $6 $7" >> $file