Skip to content

Commit

Permalink
fix netstat listen
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Glenn committed Feb 12, 2013
1 parent e8581d7 commit 8f35eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Setup-Unix.psm1
Expand Up @@ -175,6 +175,6 @@ function Get-NetworkStatistics
}
}

Set-Alias netstat Get-NetworkStatistics
Set-Alias listen Get-NetworkStatistics

Export-ModuleMember grep, head, rm, wc -Alias which, netstat
Export-ModuleMember grep, head, rm, wc, Get-NetworkStatistics -Alias which, listen

0 comments on commit 8f35eb5

Please sign in to comment.