aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xexamples/data/scripts/download.sh4
1 files changed, 4 insertions, 0 deletions
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"