#!/usr/bin/env bash rm -rf delivery.zip mkdir -p _temp rm -rf delivery/* cp -r src _temp set -ex 7za a -tzip delivery.zip src/ rm -rf _temp