nixpkgs/pkgs/tools/text/xml/jing/unzip-builder.sh

7 lines
81 B
Bash
Executable File

set -e
source $stdenv/setup
$unzip/bin/unzip $src
mkdir -p $out
mv $name/* $out