#!/bin/sh
while [ 1 ];do echo starting proxy ;./run; done;

