AdventOfCode2021/new.sh
2021-11-30 18:51:56 -05:00

8 lines
129 B
Bash
Executable File

#!/bin/bash
if [ "${1}" != "" ]; then
mkdir -p ${1}
touch ${1}/{input,testinput}
cp -n main.go.tmpl ${1}/main.go
fi