1
0
mirror of https://github.com/golang/go synced 2024-10-03 16:41:28 -06:00
go/src/all.bash
Russ Cox bbb00c62e1 split all.bash into make.bash and run.bash
R=r
OCL=16720
CL=16728
2008-10-08 09:46:54 -07:00

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