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