aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bsc-test/drop.sh
blob: c7b66ba720e55a0a7a342186e240627476d6867a (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

while true;
do
	echo "Going to drop the OML connection"
	./drop-oml.sh | telnet 127.0.0.1 4242
	sleep 58m
done