summaryrefslogtreecommitdiff
path: root/bin/cdxget
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-07-01 19:55:21 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-07-01 19:55:21 -0400
commit838a73363333bd2eda5aaf08e41701760406987a (patch)
tree59e8dfea595959d93108249a79f828aadce7e0af /bin/cdxget
parentbc0107813be28ab9532f136047d23bbaa158ee8b (diff)
Almost there
Now it just needs to figure out that it needs to synthesize directory listings for dat/pools/files/*/*.1 files.
Diffstat (limited to 'bin/cdxget')
-rwxr-xr-xbin/cdxget2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cdxget b/bin/cdxget
index a54612d..46d56c4 100755
--- a/bin/cdxget
+++ b/bin/cdxget
@@ -4,4 +4,4 @@ url='http://web.archive.org/cdx/search/cdx?'
for arg in "$@"; do
url+="$s${arg%%=*}=$(printf '%s' "${arg#*=}"|urlencode)&"
done
-curl -s "$url"
+curl -sL "$url"