mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 05:22:25 +00:00
7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
#
|
||
|
# This dotfile is managed using dotdrop
|
||
|
#
|
||
|
powershell.exe -ExecutionPolicy Bypass "Get-NetIPInterface | select ifIndex,InterfaceAlias,AddressFamily,ConnectionState,Forwarding | Sort-Object -Property IfIndex | Format-Table"
|