nixpkgs/pkgs/stdenv/nix-linux-static/scripts/curl-unpack

9 lines
77 B
Plaintext
Raw Normal View History

set -x
set -e
echo $curl
$gunzip -d < $curl | $tar xvf -
$cp -prvd * $out