diff options
Diffstat (limited to '2022/Cpp/script.sh')
| -rwxr-xr-x | 2022/Cpp/script.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/2022/Cpp/script.sh b/2022/Cpp/script.sh index 1bc63c4..3a7e573 100755 --- a/2022/Cpp/script.sh +++ b/2022/Cpp/script.sh @@ -4,5 +4,9 @@ read N echo "d" | ~/.scripts/cpp_ps.sh "Day$N" cp Makefile Day$N -touch "Day$N"/input.txt +touch "Day$N"/input.test +cd "Day$N" +aoc download +sleep 2 +mv input input.prod |
