home/bin/+myip

9 lines
210 B
Text
Raw Normal View History

2018-01-15 20:25:41 +01:00
#!/bin/bash
# http://askubuntu.com/questions/95910/command-for-determining-my-public-ip
# Works too but very slow (a lot more features available):
# curl ifconfig.me
wget -qO- http://ipecho.net/plain; echo