#!/bin/bash if [ "${1}" != "" ]; then mkdir ${1} touch ${1}/input cp main.go.tmpl ${1}/main.go fi