[Linux] Add list_interfaces.sh

This commit is contained in:
Ivan Malison 2017-03-30 20:18:34 -07:00
parent b95f990a6f
commit 634ff93858
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -0,0 +1,3 @@
#!/usr/bin/env zsh
ip link show | grep -vE '^ ' | get_cols -F ':' 2 | xargs -n 1