.dotfiles/botfiles/.scripts/get-local-wificard-ip.sh
Wiktor Zykubek ab76262568 Migrate from GitLab to GitHub
- switch i3wm to bspwm
- lot of changes
2020-03-08 10:19:00 +01:00

2 lines
78 B
Bash
Executable File

ip a show wlp8s0 | grep -Eo '(inet)?*([0-9]*\.){3}[0-9]*' | grep -v '**\.255'