1 2 3 4 5 6 7 8 9 10
#!/bin/sh for i in {3..25} do echo "d" | ~/.scripts/cpp_ps.sh "Day$i" cp Makefile Day$i touch "Day$i"/input.txt done