Files
MOOSE_MISSIONS/TAD - Task Dispatching/CGO - Cargo Dispatching/TAD-CGO-000 - CSAR Test/pack.ps1
T
FlightControl 5bc154c53d Initial
2018-09-22 21:24:15 +02:00

11 lines
169 B
PowerShell

$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 ..