aboutsummaryrefslogtreecommitdiff
path: root/works/life/question-pptx/gen.ps1
blob: e7903c9c4e6b8ede2b3048e3a22b297859a69f18 (plain)
1
2
3
4
foreach ($i in 1..10) {
    py ./main.py
    mv test.pptx "$i.pptx"
}