diff options
Diffstat (limited to 'corepkgs/fetchurl/fetchurl.sh')
-rw-r--r-- | corepkgs/fetchurl/fetchurl.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/corepkgs/fetchurl/fetchurl.sh b/corepkgs/fetchurl/fetchurl.sh new file mode 100644 index 000000000000..a92092c6ee09 --- /dev/null +++ b/corepkgs/fetchurl/fetchurl.sh @@ -0,0 +1,3 @@ +#! /bin/sh + +wget "$url" -O "$out" |