mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-02-07 04:29:17 +01:00
5 lines
53 B
Bash
Executable File
5 lines
53 B
Bash
Executable File
#!/bin/bash
|
|
|
|
su user -c /usr/bin/code
|
|
sleep infinity
|