PowerShell/scripts/build-tty.sh
Andrew Schwartzmeyer b9e313a3ba Use bash, not sh
2015-10-02 12:08:12 -07:00

5 lines
148 B
Bash
Executable file

#!/usr/bin/env bash
# Runs with a pseudo tty so that interactive shells can be opened
export DOCKERFLAGS="--interactive --tty"
./build-run.sh "$*"