gluon-mesh-babel: implement neighbour check

This commit is contained in:
aiyion.prime 2021-08-13 08:59:55 +02:00
parent 6e09539539
commit 9c197daf78

View File

@ -0,0 +1,2 @@
#!/bin/sh
out=$(echo dump | nc ::1 33123 | grep "add neighbour" 2>/dev/null) && [ -n "$out" ]