mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 02:37:17 +02:00
6 lines
107 B
Bash
6 lines
107 B
Bash
|
#! @shell@ -e
|
||
|
|
||
|
echo "downloading $url into $out"
|
||
|
|
||
|
@curl@ --fail --location --max-redirs 20 "$url" > "$out"
|