1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00
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}'