1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-05 16:41:01 +01:00
nix/corepkgs/fetchurl.sh
2012-07-09 15:29:49 -04:00

5 lines
106 B
Bash

#! @shell@ -e
echo "downloading $url into $out"
$curl --fail --location --max-redirs 20 "$url" > "$out"