7 lines
174 B
PowerShell
7 lines
174 B
PowerShell
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
|
|
|
|
$env:HTTP_PROXY = "http://127.0.0.1:7897"
|
|
$env:HTTPS_PROXY = "http://127.0.0.1:7897"
|
|
|
|
codex @args
|
|
exit $LASTEXITCODE |