lix/corepkgs/fetchurl/fetchurl.sh

4 lines
34 B
Bash
Raw Normal View History

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