Sign in
go
/
go
/
ab34d15f69de4e5b3330b43e23f99bf3ee2ed10a
/
.
/
src
/
cmd
/
clean.bash
blob: c42f88394f293ad4931dcf88811a9f65b150efde [
file
] [
log
] [
blame
]
#!/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.
for
i
in
6l
6a
6c
6g
gc cc
do
cd $i
mk clean
cd
..
done