AdventOfCode2020/run.sh

8 lines
92 B
Bash
Executable File

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