AdventOfCode2020/run.sh

8 lines
92 B
Bash
Raw Normal View History

2020-12-02 00:46:14 +00:00
#!/bin/bash
if [ "${1}" != "" ]; then
cd ${01}
go run *.go
cd - > /dev/null
fi