1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/corepkgs/fetchurl/fetchurl.sh
2003-07-10 09:11:30 +00:00

4 lines
34 B
Bash

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