lix/corepkgs/fetchurl/fetchurl.sh
2003-07-10 09:11:30 +00:00

4 lines
34 B
Bash

#! /bin/sh
wget "$url" -O "$out"