mirror of
https://github.com/cdr/code-server.git
synced 2025-12-08 01:12:40 +01:00
parent
4e6f6bc2cc
commit
8c47ba255a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
# code-server.sh -- Run code-server with the bundled Node binary.
|
# code-server.sh -- Run code-server with the bundled Node binary.
|
||||||
|
|
||||||
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")" || exit 1
|
dir="$(dirname "$(readlink -f "$0" || realpath "$0")")"
|
||||||
|
|
||||||
./node ./out/node/entry.js "$@"
|
"$dir/node" "$dir/out/node/entry.js" "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue