Skip to content
Snippets Groups Projects
Commit 6b6a0916 authored by aiyion.prime's avatar aiyion.prime
Browse files

fixup! gluon-mesh-babel: implement neighbour check

parent 9c197daf
Branches
Tags
No related merge requests found
#!/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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment