mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
4 lines
82 B
Bash
Executable File
4 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
DIRNAME=$(dirname $(readlink -f $0))
|
|
$DIRNAME/build.sh x64 "$@" |