1 2 3 4 5 6 7
#! /usr/bin/env bash if [ -t 0 ]; then exec bash -l else /bootstrap/start/code-server.bash fi