mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
87bf7bf8dc
Signed-off-by: Jess Frazelle <acidburn@google.com>
7 lines
78 B
Bash
Executable File
7 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
set -o pipefail
|
|
|
|
su user -c /usr/bin/editor
|
|
sleep infinity
|