aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/uzbl/scripts/history.sh
blob: ccc6b40e4562b65667cab6fcf2522e8a23f8816d (plain)
1
2
3
4
5
#!/bin/bash
#TODO: strip 'http://' part
file=${XDG_DATA_HOME:-$HOME/.local/share}/uzbl/history
[ -d `dirname $file` ] || exit 1
echo "$8 $6 $7" >> $file