ShadowArch/Shared/whatismyip

5 lines
101 B
Plaintext
Raw Normal View History

2016-11-09 22:25:00 -06:00
#!/bin/bash
2016-11-26 00:42:36 -06:00
/usr/bin/lynx --dump whatismyipaddress.com | grep '/ip/' | head -n 1 | cut -f 5 -d '/'
2016-11-09 22:25:00 -06:00