Comment by srcmap
8 years ago
I have bash scripts within cygwin that control Windows firewall via netsh interface.
I still can't run those command under Windows Subsystem for Linux.
8 years ago
I have bash scripts within cygwin that control Windows firewall via netsh interface.
I still can't run those command under Windows Subsystem for Linux.
Wouldn't that be much easier to do with PowerShell? I haven't ever attempted, but I'm assuming...
I use mac, windows, linux, embedded linux all the time. bash/python are just native languages for me.
The powershell's syntax is just too esoteric for me. I did tried that a few times.