Brute forcing my learning through the realms of computer science and software engineering
- Singapore
-
11:40
(UTC +08:00)
Pinned Loading
-
wsl-port-forward.ps1
wsl-port-forward.ps1 1$remoteport = bash.exe -c "ifconfig eth0 | grep 'inet '"
2$found = $remoteport -match '\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}';
34if( $found ){
5$remoteport = $matches[0];
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.