guix/corepkgs/fetchurl.sh

6 lines
106 B
Bash
Raw Normal View History

2012-07-08 14:19:17 +00:00
#! @shell@ -e
echo "downloading $url into $out"
$curl --fail --location --max-redirs 20 "$url" > "$out"