mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-06 18:44:40 +02:00
5 lines
55 B
Bash
Executable File
5 lines
55 B
Bash
Executable File
#!/bin/bash
|
|
|
|
su user -c /usr/bin/editor
|
|
sleep infinity
|