MOOSE demonstration missions [skip ci]

This commit is contained in:
Applevangelist
2021-06-16 06:45:15 +00:00
parent e73d1c1dcb
commit dd8047d0cc
445 changed files with 140 additions and 90 deletions
@@ -1,10 +1,6 @@
$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" *
$dir = split-path -parent $MyInvocation.MyCommand.Definition
cd $dir
$file = Split-Path $dir -leaf
cd "_unpacked"
. 7z a -r -y -tzip "..\$file.miz" *
cd ..