Linux/dotfiles/xmobar/ip_arch.sh

7 lines
79 B

#!/bin/bash
ip=$(ip -json route get 8.8.8.8 | jq -r '.[].prefsrc')
echo $ip