4 lines
121 B
Plaintext
4 lines
121 B
Plaintext
WLAN=/sbin/ifconfig | grep wlp | tail -1 | cut -d ':' -f 1
|
|
ETH=/sbin/ifconfig | grep veth | tail -1 | cut -d ':' -f 1
|
|
i3
|