showip for tmux-status
This commit is contained in:
parent
a084b37cb0
commit
baf98e4fc0
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
ip addr show dev wlp2s0 | grep "inet[^6]" | awk '{print $2}'
|
||||
Loading…
Reference in New Issue