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

source $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