8 lines
126 B
Bash
Executable file
8 lines
126 B
Bash
Executable file
#!/bin/bash
|
|
|
|
rm -rf VSCode*
|
|
rm -rf vscode
|
|
|
|
. get_repo.sh
|
|
|
|
SHOULD_BUILD=yes CI_BUILD=no OS_NAME=osx VSCODE_ARCH=x64 . build.sh
|