aboutsummaryrefslogtreecommitdiff
path: root/new
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2018-12-03 09:25:57 +0000
committerNat Lasseter <user@4574.co.uk>2018-12-03 09:25:57 +0000
commit782650f9f96a07c7f8a403408a2bec040e8b5f56 (patch)
tree3977dba1b8b7862286a75d5de813c22f1394fe90 /new
parentaa001e10900e62eca5b454a63932bd5725ffe0cd (diff)
new script and readme update
Diffstat (limited to 'new')
-rwxr-xr-xnew6
1 files changed, 6 insertions, 0 deletions
diff --git a/new b/new
new file mode 100755
index 0000000..4710d71
--- /dev/null
+++ b/new
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+D=$1
+
+cp -r skel day$D
+sed -i "s/DAY = /DAY = ${D}/" day${D}/Makefile