mirror of
https://github.com/coder/code-server.git
synced 2026-05-24 13:17:28 +02:00
6
ci/code-server.sh
Executable file
6
ci/code-server.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
# code-server.sh -- Run code-server with the bundled Node binary.
|
||||
|
||||
cd "$(dirname "$0")" || exit 1
|
||||
|
||||
./node ./out/node/entry.js "$@"
|
||||
Reference in New Issue
Block a user