#!/bin/sh

set -e

(>&2 echo "---> Exporting artifacts: bundle")
tar cf - bundle
