2 lines
80 B
Bash
2 lines
80 B
Bash
|
./testOnvif $(ifconfig | grep 192 | awk '{print $2}' | awk -F ':' '{print $2}')
|