mirror of
https://github.com/coder/code-server.git
synced 2024-11-23 20:52:38 +03:00
4 lines
66 B
Bash
4 lines
66 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
exec /usr/lib/code-server/bin/code-server "$@"
|