#!/bin/sh -e for cmd in zip-create zip-hash ; do go build -C cmd/$cmd -o $PWD/$cmd -ldflags=-s done