aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/uzbl/scripts/download.sh
diff options
context:
space:
mode:
Diffstat (limited to 'examples/data/uzbl/scripts/download.sh')
-rwxr-xr-xexamples/data/uzbl/scripts/download.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/data/uzbl/scripts/download.sh b/examples/data/uzbl/scripts/download.sh
index aa1ca09..c8eb6ba 100755
--- a/examples/data/uzbl/scripts/download.sh
+++ b/examples/data/uzbl/scripts/download.sh
@@ -8,6 +8,9 @@ GET="wget --user-agent=Firefox"
dest="$HOME"
url="$8"
+http_proxy="$9"
+export http_proxy
+
test "x$url" = "x" && { echo "you must supply a url! ($url)"; exit 1; }
# only changes the dir for the $get sub process