Nix/corepkgs/fetchurl.sh

6 lines
107 B
Bash
Raw Normal View History

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