diff options
Diffstat (limited to 'filehooker/root-image/krebs/etc/Reaktor/commands/ips')
-rwxr-xr-x | filehooker/root-image/krebs/etc/Reaktor/commands/ips | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/filehooker/root-image/krebs/etc/Reaktor/commands/ips b/filehooker/root-image/krebs/etc/Reaktor/commands/ips new file mode 100755 index 00000000..049d0a9d --- /dev/null +++ b/filehooker/root-image/krebs/etc/Reaktor/commands/ips @@ -0,0 +1,3 @@ +#!/bin/sh +ip addr | grep 'inet ' | awk '{print $2}' | grep -v 127.0.0.1 + |