Initial commit, 90% there
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env sh
|
||||
#
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
#
|
||||
ROOT="$(dirname "$(dirname "$(dirname "$(readlink -f "$0")")")")"
|
||||
|
||||
APP_NAME="code"
|
||||
VERSION="1.106.2"
|
||||
COMMIT="1e3c50d64110be466c0b4a45222e81d2c9352888"
|
||||
EXEC_NAME="code"
|
||||
CLI_SCRIPT="$ROOT/out/server-cli.js"
|
||||
"$ROOT/node" "$CLI_SCRIPT" "$APP_NAME" "$VERSION" "$COMMIT" "$EXEC_NAME" "$@"
|
||||
Reference in New Issue
Block a user