about summary refs log tree commit diff
path: root/corepkgs/fetchurl/fetchurl.sh
blob: a92092c6ee09d13555aee7b995c4ecece476acfb (plain) (blame)
1
2
3
#! /bin/sh

wget "$url" -O "$out"