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

. "$UZBL_UTIL_DIR/uzbl-dir.sh"
. "$UZBL_UTIL_DIR/uzbl-util.sh"

>> "$UZBL_TEMPS_FILE" || exit 1

print "$UZBL_URI $UZBL_TITLE\n" >> "$UZBL_TEMPS_FILE"