guix/corepkgs/fetchurl/builder.sh.in

6 lines
107 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"