1 2 3 4 5 6 7 8 9 10
when (message intro from pinger as ponger) #!/bin/bash set -e glop msg reply intro pong !# when (message ping from pinger as ponger) #!/bin/bash set -e echo "ping" glop msg reply ping pong !#