未验证 提交 a442d3e3 编写于 作者: A Asher

Make symlinking the entry script work

上级 3e8a6f93
#!/usr/bin/env sh
# code-server.sh -- Run code-server with the bundled Node binary.
cd "$(dirname "$0")" || exit 1
cd "$(dirname "$(readlink -f "$0" || realpath "$0")")" || exit 1
./node ./out/node/entry.js "$@"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册