#!/bin/sh

# show public ip

printf " %s \n %s \n" $(curl -s icanhazip.com) $(curl -s ifconfig.me)