Files
Other/codex启动/codex.ps1

7 lines
174 B
PowerShell
Raw Normal View History

2026-07-28 17:29:21 +08:00
[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