guix/corepkgs/unpack-channel.sh

5 lines
71 B
Bash

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