#!/bin/bash # TODO - Make generic for other languages day=$1 file=${day}.go cd ${day} fd ${day} | entr -cdp go run ${file}