#!/bin/sh
set -e

cd /mk
./build/docker/script/run "$@"
