Add package bootstrap script

Signed-off-by: James Griffin <james@unsupervised.ca>
This commit is contained in:
2020-12-09 10:32:10 -04:00
parent d8c4355c9f
commit a5386931db

8
setup.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
mkdir $1
echo "package $1" >> $1/day_$1.go
echo "package $1" >> $1/day_$1_test.go
touch $1/sample.txt
touch $1/input.txt