makenew.sh (99B)
1 #!/bin/sh 2 DAY=$1 3 echo "AoC day $DAY" 4 cp -r tpl "day$DAY" 5 sed -i "s/\\\$DAY/$DAY/" day$DAY/main.cpp