test-signal-socket: new version of eurocon scripts
[p2p-testing-infrastructure.git] / Utils / test-socket-signal / test / eurocon / local_get_ip
1 #!/bin/bash
2
3 ip a s eth0 | grep 'inet ' | awk -F '[/ \t]+' '{print $3;}'