#!/bin/bash echo "🌍 Deine IP ist: $(curl -s https://ifconfig.co)" echo "📍 Standort laut ipinfo:" curl -s https://ipinfo.io | jq '.city, .region, .country' echo "" echo "📅 Datum: $(date)" echo "" curl -s https://wttr.in/?format=3