NORM-mirror/docker/run.sh

8 lines
76 B
Bash
Executable File

#!/usr/bin/env bash
set -e
echo Running example $@
exec "$NORM_BUILD/$@"