guix/corepkgs/unpack-channel.sh

5 lines
64 B
Bash

mkdir $out
cd $out
$bzip2 -d < $src | $tar xf -
mv * $out/$name