mirror of
https://github.com/glest/glest-source.git
synced 2025-09-25 23:19:07 +02:00
5 lines
153 B
Bash
5 lines
153 B
Bash
#!/bin/sh
|
|
# $Id: external-ip.sh,v 1.1 2010/08/05 12:57:41 nanard Exp $
|
|
# (c) 2010 Reuben Hawkins
|
|
upnpc -s | grep ExternalIPAddress | sed 's/[^0-9\.]//g'
|