mirror of
https://github.com/danog/code-server.git
synced 2024-11-27 12:57:13 +01:00
4 lines
66 B
Bash
4 lines
66 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
exec /usr/lib/code-server/bin/code-server "$@"
|