3 lines
99 B
PowerShell
3 lines
99 B
PowerShell
|
$scriptPath = split-path -parent $MyInvocation.MyCommand.Definition
|
||
|
& python "$scriptPath/cibuild"
|