#!/bin/bash
while [ 1 ] 
do
./worker >>../log/worker.log 2>&1 < /dev/null
done;
