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

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