aboutsummaryrefslogtreecommitdiff
path: root/new
diff options
context:
space:
mode:
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