summaryrefslogtreecommitdiff
path: root/2022/Cpp/script.sh
diff options
context:
space:
mode:
Diffstat (limited to '2022/Cpp/script.sh')
-rwxr-xr-x2022/Cpp/script.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/Cpp/script.sh b/2022/Cpp/script.sh
new file mode 100755
index 0000000..1bc63c4
--- /dev/null
+++ b/2022/Cpp/script.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+read N
+
+echo "d" | ~/.scripts/cpp_ps.sh "Day$N"
+cp Makefile Day$N
+touch "Day$N"/input.txt
+