dots/.bin/whoamip

4 lines
87 B
Bash
Executable File

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