Files
dotfiles/.config/polybar/scripts/modules/usbmodem.sh
T
2021-01-21 11:14:11 +01:00

3 lines
76 B
Bash

#!/bin/bash
ip -4 addr show "$1" 2>&1 | grep -oP '(?<=inet\s)\d+(\.\d+){3}'