mirror of
https://github.com/ivanilves/xiringuito.git
synced 2025-06-01 06:50:16 -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) //'
|