blob: c7b66ba720e55a0a7a342186e240627476d6867a [file] [log] [blame]
Holger Hans Peter Freythere17c0302010-11-16 08:57:12 +01001#!/bin/sh
2
3while true;
4do
5 echo "Going to drop the OML connection"
6 ./drop-oml.sh | telnet 127.0.0.1 4242
7 sleep 58m
8done