mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
4 lines
153 B
Bash
Executable file
4 lines
153 B
Bash
Executable file
#!/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'
|