#!/bin/sh -ex prev="`pwd`" for cmd in cmd/rd cmd/mmc cmd/sb cmd/ch-leave ; do cd $cmd go build -ldflags=-s cd "$prev" done