aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/history.sh
blob: b8a15e0c6c36282d60f65602cf586d3041aa19fa (plain)
1
2
3
4
5
6
7
#!/bin/sh

. $UZBL_UTIL_DIR/uzbl-dir.sh

[ -w "$UZBL_HISTORY_FILE" ] || exit 1

echo $(date +'%Y-%m-%d %H:%M:%S')" $6 $7" >> $UZBL_HISTORY_FILE