mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
3 lines
76 B
Bash
3 lines
76 B
Bash
#!/bin/bash
|
|
|
|
ip -4 addr show "$1" 2>&1 | grep -oP '(?<=inet\s)\d+(\.\d+){3}' |