#!/bin/bash if [ "${1}" != "" ]; then cd ${1} go run *.go cd - > /dev/null fi