Fixed id counters' cycling
[oweals/gnunet.git] / src / mesh / test_1
1 #!/bin/bash
2 N=$(ps aux | grep gnunet | wc -l)
3 if [[ $N > 1 ]]; then
4     echo "WARNING: there are GNUnet processes running!!!"
5     echo "WARNING: test may fail because of this!"
6 fi
7 ps aux | grep gnunet