# shellcheck shell=dash
# netsh ==> https://learn.microsoft.com/zh-cn/windows-server/administration/windows-commands/netsh

# help ==> https://learn.microsoft.com/zh-cn/windows-server/networking/technologies/netsh/netsh-contexts

# https://learn.microsoft.com/zh-cn/previous-versions/windows/it-pro/windows-server-2008-R2-and-2008/cc754516(v=ws.10)

___x_cmd_pwsh_netsh(){
    ___x_cmd netsh "$@"
}

