Files
dots/.bin/whoamip
Hektor Misplon 2b17e4bfc3 Update
whoamip
script
2020-10-18 16:09:16 +02:00

3 lines
86 B
Bash
Executable File

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