1#!/bin/bash 2 3# Open a shell in a new container 4 5HERE="$(dirname $(readlink -f ${BASH_SOURCE[0]}))" 6cd ${HERE} 7 8exec ./start.sh --run terminal