AdventOfCode2020/new.sh

8 lines
111 B
Bash
Raw Normal View History

2020-12-12 16:26:47 +00:00
#!/bin/bash
if [ "${1}" != "" ]; then
mkdir ${1}
touch ${1}/input
cp main.go.tmpl ${1}/main.go
fi