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

. "$UZBL_UTIL_DIR/uzbl-dir.sh"

>> "$UZBL_TEMPS_FILE" || exit 1

echo "$UZBL_URI $UZBL_TITLE" >> "$UZBL_TEMPS_FILE"