1
0
mirror of https://github.com/jessfraz/dockerfiles.git synced 2025-04-01 09:50:58 +02:00
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