dockerfiles/vscode/start.sh
Jess Frazelle 87bf7bf8dc
updates
Signed-off-by: Jess Frazelle <acidburn@google.com>
2017-04-27 17:23:04 -04:00

7 lines
78 B
Bash
Executable File

#!/bin/bash
set -e
set -o pipefail
su user -c /usr/bin/editor
sleep infinity