latest versions

Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle
2017-04-27 17:06:24 -04:00
parent 329b27eeeb
commit d2bb8fbcf3
8 changed files with 9 additions and 12 deletions

View File

@@ -2,10 +2,5 @@
set -e
set -o pipefail
VSCODE_COMMAND=/usr/bin/code
if [[ ! -f "${VSCODE_COMMAND}" ]]; then
>&2 echo "${VSCODE_COMMAND} does not exist"
exit 1
fi
su user -c "${VSCODE_COMMAND}"
su user -c /usr/share/code/bin/code
sleep infinity