summaryrefslogtreecommitdiff
path: root/src/cmd/go/script
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/go/script')
-rwxr-xr-xsrc/cmd/go/script23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/cmd/go/script b/src/cmd/go/script
new file mode 100755
index 000000000..340a7e824
--- /dev/null
+++ b/src/cmd/go/script
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+x() {
+ echo '--- ' "$@"
+ "$@"
+ echo '---'
+ echo
+}
+
+x go help
+x go help build
+x go help clean
+x go help install
+x go help fix
+x go help fmt
+x go help get
+x go help list
+x go help test
+x go help version
+x go help vet
+x go help gopath
+x go help importpath
+x go help remote