MOOSE demonstration missions [skip ci]

This commit is contained in:
Applevangelist
2021-06-19 07:19:51 +00:00
parent dd8047d0cc
commit 56563157fa
524 changed files with 1286 additions and 30 deletions
+10
View File
@@ -0,0 +1,10 @@
$dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir
$file = Split-Path $dir -leaf
$dir
$file
cd "_unpacked"
. 7z a -r -y -tzip "..\$file.miz" *
cd ..