3 lines
87 B
Plaintext
3 lines
87 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
ip addr show wlp3s0 | awk '/inet / {gsub(/\/.*/,"",$2); print $2}'
|