Simple WhatIsMyIpAddress CLI Client.
whatismyip 1.3.0
Usage: whatismyip [options]
-f, --file <value> Output file (will be created if not exists)
-i, --interval <value> update interval (in Scala's Duration format)
--help prints this usage text
--version
sbt run
sbt "run --file=/tmp/whatismyip"
sbt "run --interval=2.minutes --file=/tmp/whatismyip"
See scala.concurrent.duration.DurationConversions for possible interval durations.