nixpkgs/pkgs/fetchurl/fetchurl.sh

4 lines
34 B
Bash

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