MOOSE demonstration missions [skip ci]

This commit is contained in:
FlightControl-User
2020-05-16 18:57:54 +00:00
parent 1567faebff
commit 1f2365941c
614 changed files with 4086 additions and 324 deletions
@@ -0,0 +1,6 @@
$dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir
$file = Split-Path $dir -leaf
cd "_unpacked"
. 7z a -r -y -tzip "..\$file.miz" *
cd ..