From 081c95aee6d6490fdaf67e22c3d6245009462908 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Wed, 1 Dec 2010 12:09:13 -0700 Subject: positional arguments still exist: fix download.sh, follow.sh and the formfiller --- examples/data/scripts/download.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/data/scripts/download.sh') diff --git a/examples/data/scripts/download.sh b/examples/data/scripts/download.sh index cc3cd99..de03b1f 100755 --- a/examples/data/scripts/download.sh +++ b/examples/data/scripts/download.sh @@ -2,6 +2,7 @@ # just an example of how you could handle your downloads # try some pattern matching on the uri to determine what we should do +shift 7 . $UZBL_UTIL_DIR/uzbl-dir.sh # Some sites block the default wget --user-agent.. -- cgit v1.2.3