Move fetchurl files out of their subdirectory
This commit is contained in:
parent
40c01ec467
commit
6450f5699f
2 changed files with 0 additions and 0 deletions
5
corepkgs/fetchurl.sh
Normal file
5
corepkgs/fetchurl.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#! @shell@ -e
|
||||
|
||||
echo "downloading $url into $out"
|
||||
|
||||
@curl@ --fail --location --max-redirs 20 "$url" > "$out"
|
||||
Loading…
Add table
Add a link
Reference in a new issue