aboutsummaryrefslogtreecommitdiff
path: root/question-pptx/gen.ps1
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-10-25 01:08:34 +0800
committercrupest <crupest@outlook.com>2020-10-25 01:08:34 +0800
commit17efe0b0bc81ac70418c23af7aec620d8c1f858d (patch)
treeb9fc64916bc6513c8fadb0155e69829ad7a3aa04 /question-pptx/gen.ps1
parent168985733a799b4a83371da6b91a0a7969061b63 (diff)
downloadlife-17efe0b0bc81ac70418c23af7aec620d8c1f858d.tar.gz
life-17efe0b0bc81ac70418c23af7aec620d8c1f858d.tar.bz2
life-17efe0b0bc81ac70418c23af7aec620d8c1f858d.zip
(question-pptx) Makes parsing regex more "general", add problem id, and add a script to generate 10 pptx.
Diffstat (limited to 'question-pptx/gen.ps1')
-rw-r--r--question-pptx/gen.ps14
1 files changed, 4 insertions, 0 deletions
diff --git a/question-pptx/gen.ps1 b/question-pptx/gen.ps1
new file mode 100644
index 0000000..e7903c9
--- /dev/null
+++ b/question-pptx/gen.ps1
@@ -0,0 +1,4 @@
+foreach ($i in 1..10) {
+ py ./main.py
+ mv test.pptx "$i.pptx"
+}