Files
MOOSE_MISSIONS/FSM - Finite State Machine/FSM-100 - Transition Explanation/pack.ps1
T
2018-09-22 20:07:36 +00: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 ..