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

. $UZBL_UTIL_DIR/uzbl-dir.sh

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

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