mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
11 lines
170 B
PowerShell
11 lines
170 B
PowerShell
$exec=(Split-Path $MyInvocation.MyCommand.Path -Parent)
|
|
|
|
Push-Location $exec
|
|
|
|
rm -Force go.*
|
|
go mod init tun2socks
|
|
go mod tidy
|
|
|
|
Pop-Location
|
|
exit $lastExitCode
|