#!/bin/sh

file=$1

go build $file

file=${file%%.*}

timeout -s KILL 3 ./$file