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 | 277d60c91ced882e445c05a37be13e4af9f5d692 (patch) | |
tree | 128a10e390a5a2cdc878d894bd3313768493d3dc /works/life/question-pptx/gen.ps1 | |
parent | a8e4766c95e86ff2c48f0d17bf5060eccd70b249 (diff) | |
download | crupest-277d60c91ced882e445c05a37be13e4af9f5d692.tar.gz crupest-277d60c91ced882e445c05a37be13e4af9f5d692.tar.bz2 crupest-277d60c91ced882e445c05a37be13e4af9f5d692.zip |
import(life): (question-pptx) Makes parsing regex more "general", add problem id, and add a script to generate 10 pptx.
Diffstat (limited to 'works/life/question-pptx/gen.ps1')
-rw-r--r-- | works/life/question-pptx/gen.ps1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/works/life/question-pptx/gen.ps1 b/works/life/question-pptx/gen.ps1 new file mode 100644 index 0000000..e7903c9 --- /dev/null +++ b/works/life/question-pptx/gen.ps1 @@ -0,0 +1,4 @@ +foreach ($i in 1..10) {
+ py ./main.py
+ mv test.pptx "$i.pptx"
+}
|