1
0
mirror of https://github.com/golang/go synced 2024-11-21 18:24:46 -07:00

- fixed my scripts

SVN=113864
This commit is contained in:
Robert Griesemer 2008-03-26 09:50:20 -07:00
parent 2f5b4d9893
commit 41d34e2451

View File

@ -4,5 +4,5 @@
#!/bin/bash
for f in *.go; do
../src/go $f
go $f
done