From ade2d7564e1e4687ed7d24ef09be29deb54081c7 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Sun, 13 Mar 2011 22:21:32 -0600 Subject: give an example in the new download skeleton --- examples/data/scripts/download.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/data/scripts/download.sh') diff --git a/examples/data/scripts/download.sh b/examples/data/scripts/download.sh index ca8728c..fe566ed 100755 --- a/examples/data/scripts/download.sh +++ b/examples/data/scripts/download.sh @@ -27,6 +27,10 @@ total_size="$1" shift case "$suggested_filename" in + # example: save torrents to a separate directory + #*.torrent) + # path="$UZBL_DOWNLOAD_DIR/torrents/$suggested_filename" + # ;; # Default case *) path="$UZBL_DOWNLOAD_DIR/$suggested_filename" -- cgit v1.2.3