diff options
author | crupest <crupest@outlook.com> | 2020-10-25 01:08:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-25 01:08:34 +0800 |
commit | 17efe0b0bc81ac70418c23af7aec620d8c1f858d (patch) | |
tree | b9fc64916bc6513c8fadb0155e69829ad7a3aa04 /question-pptx/gen.ps1 | |
parent | 168985733a799b4a83371da6b91a0a7969061b63 (diff) | |
download | life-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.ps1 | 4 |
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"
+}
|