summaryrefslogtreecommitdiff
path: root/2022/script.sh
blob: cdb5e1601b367cf90ac6519f76955f7f858ec615 (plain)
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