1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-03 07:31:00 +01:00
nix/corepkgs/fetchurl.sh

3 lines
91 B
Bash

echo "downloading $url into $out"
$curl --fail --location --max-redirs 20 "$url" > "$out"