mirror of
https://github.com/golang/go
synced 2024-11-20 09:54:45 -07:00
bbb00c62e1
R=r OCL=16720 CL=16728
9 lines
205 B
Bash
Executable File
9 lines
205 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright 2009 The Go Authors. All rights reserved.
|
|
# Use of this source code is governed by a BSD-style
|
|
# license that can be found in the LICENSE file.
|
|
|
|
set -e
|
|
bash make.bash
|
|
bash run.bash
|