AdventOfCode2021/new.sh

8 lines
143 B
Bash
Executable File

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