#!/usr/bin/env bash set -eE trap ' echo "Shutting down..." ' SIGINT SIGTERM # Set PS1 so we know we're in the container if grep -q "dz-web" .bashrc then echo "Adding PS1 to .bashrc..." cat >> .bashrc <