dots/.bin/whoamip

3 lines
86 B
Bash
Executable File

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