aboutsummaryrefslogtreecommitdiff
path: root/store/works/life/algorithm-contest-2/pack.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'store/works/life/algorithm-contest-2/pack.ps1')
-rw-r--r--store/works/life/algorithm-contest-2/pack.ps16
1 files changed, 6 insertions, 0 deletions
diff --git a/store/works/life/algorithm-contest-2/pack.ps1 b/store/works/life/algorithm-contest-2/pack.ps1
new file mode 100644
index 0000000..6d77d81
--- /dev/null
+++ b/store/works/life/algorithm-contest-2/pack.ps1
@@ -0,0 +1,6 @@
+foreach ($problem in 1..5) {
+ Push-Location "output/$problem"
+ 7z a -tzip "$problem.zip" *
+ Move-Item "$problem.zip" ..
+ Pop-Location
+}