about summary refs log tree commit diff
path: root/corepkgs/fetchurl/fetchurl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/fetchurl/fetchurl.sh')
-rw-r--r--corepkgs/fetchurl/fetchurl.sh3
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"