Files
CodeObject/zeta_python/run.ps1
2024-03-22 10:33:47 +09:00

6 lines
99 B
PowerShell

if ($args.Length -gt 0) {
type stdin.txt | python $args[0]
} else {
Write-Host "No args"
}