showip for tmux-status

This commit is contained in:
Harri Lahtinen 2019-07-25 13:21:30 +03:00
parent a084b37cb0
commit baf98e4fc0
1 changed files with 3 additions and 0 deletions

3
.config/Scripts/showip Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
ip addr show dev wlp2s0 | grep "inet[^6]" | awk '{print $2}'