MOOSE demonstration missions [skip ci]

This commit is contained in:
FlightControl-User
2018-09-22 20:07:36 +00:00
parent 826439e222
commit d73f3f3bd7
1296 changed files with 19735 additions and 0 deletions
@@ -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 ..