fixup! gluon-mesh-babel: implement neighbour check

This commit is contained in:
aiyion.prime 2022-01-14 11:47:37 +01:00
parent 9c197daf78
commit 6b6a091634

View File

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