#!/usr/bin/env bash trap ' echo "Caught signal, shutting down." exit 0 ' SIGTERM SIGINT # Set PS1 so we know we're in the container cat > .bashrc <