添加 codex启动/codex.ps1
This commit is contained in:
7
codex启动/codex.ps1
Normal file
7
codex启动/codex.ps1
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[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
|
||||||
Reference in New Issue
Block a user