3 lines
62 B
Bash
3 lines
62 B
Bash
#!/bin/sh
|
|
echo dump | nc ::1 33123 | grep -qF "add neighbour"
|
#!/bin/sh
|
|
echo dump | nc ::1 33123 | grep -qF "add neighbour"
|