mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-19 18:41:28 +00:00
# Conflicts: # .gitlab-ci.yml # src/Makefile.d/win32.mk # src/Sourcefile # src/lua_maplib.c # src/r_main.c
4 lines
161 B
Bash
Executable file
4 lines
161 B
Bash
Executable file
#!/bin/sh
|
|
# $Id: external-ip.sh,v 1.2 2017/11/02 15:33:09 nanard Exp $
|
|
# (c) 2010 Reuben Hawkins
|
|
upnpc -s | sed -n -e 's/^ExternalIPAddress = \([0-9.]*\)$/\1/p'
|