mirror of
https://github.com/coder/code-server.git
synced 2024-12-04 15:00:38 +08:00
4 lines
66 B
Bash
4 lines
66 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
exec /usr/lib/code-server/bin/code-server "$@"
|