aboutsummaryrefslogtreecommitdiff
path: root/new
blob: 4710d7113e10971b1272558cacd26871df0c82ac (plain)
1
2
3
4
5
6
#!/bin/bash

D=$1

cp -r skel day$D
sed -i "s/DAY = /DAY = ${D}/" day${D}/Makefile