Add LOOP_VINFO_MAX_VECT_FACTOR
[official-gcc.git] / libgo / go / cmd / go / script
blob340a7e824cafd64b280d8e50454d752f2f0d0640
1 #!/bin/sh
3 x() {
4 echo '--- ' "$@"
5 "$@"
6 echo '---'
7 echo
10 x go help
11 x go help build
12 x go help clean
13 x go help install
14 x go help fix
15 x go help fmt
16 x go help get
17 x go help list
18 x go help test
19 x go help version
20 x go help vet
21 x go help gopath
22 x go help importpath
23 x go help remote