aboutsummaryrefslogtreecommitdiff
path: root/2024/init.sh
blob: 1028c3ab4c39569f2812d714ac5d5eddb4323cea (plain)
1
2
3
4
5
6
7
#!/bin/sh

nn="$(printf '%02d' $1)"
mkdir -p $nn
sed "s/DAY/$nn/g" template.make > $nn/Makefile
cp template.cpp $nn/day${nn}a.cpp
cp template.cpp $nn/day${nn}b.cpp

Generated with cgit - Back to sebastiano.tronto.net