From eb00f99bc300fc902beaeaa5385f5994ce904cdc Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 7 Mar 2011 13:19:18 -0500 Subject: Add utils to load/save temporary URLs for later --- examples/data/scripts/insert_temp.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 examples/data/scripts/insert_temp.sh (limited to 'examples/data/scripts/insert_temp.sh') diff --git a/examples/data/scripts/insert_temp.sh b/examples/data/scripts/insert_temp.sh new file mode 100755 index 0000000..a67b645 --- /dev/null +++ b/examples/data/scripts/insert_temp.sh @@ -0,0 +1,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" -- cgit v1.2.3