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