mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-05-08 19:34:42 +02:00
4 lines
55 B
Bash
4 lines
55 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
su user -c /usr/src/VSCode-linux-x64/code
|