nixpkgs/pkgs/stdenv/linux/scripts/unpack-curl.sh

9 lines
78 B
Bash

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