#!/bin/bash
( curl -s "https://reallyfreegeoip.org/json/`curl -s v4.ident.me`"|tr ',' '\n'|tail -3|head -2|tr '\n' ' '; echo; date +"%Y %m %d")|/usr/local/bin/sunrise.bin|tee /dev/tty|sh
