mirror of
https://github.com/ivanilves/xiringuito.git
synced 2025-05-18 00:00:18 -07:00
6 lines
156 B
Bash
Executable File
6 lines
156 B
Bash
Executable File
#!/usr/bin/env bash
|
|
#
|
|
# Get name of the MacOSX network service (device connection)
|
|
#
|
|
networksetup -listnetworkserviceorder | grep '^(1) ' | sed 's/^(1) //'
|