#!/bin/sh

file=$1

go build $file

file=${file%%.*}

timeout -s HUP 2 ./$file