mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
5 lines
106 B
Bash
5 lines
106 B
Bash
#! @shell@ -e
|
|
|
|
echo "downloading $url into $out"
|
|
|
|
$curl --fail --location --max-redirs 20 "$url" > "$out"
|