#!/bin/bash HOST="192.168.2.84" HOST="192.168.2.21" HOST="192.168.2.123" while true; do date #~/code/telepi/telepi - 2>/dev/null | netcat $HOST 5001 ~/code/telepi/telepi - | nc $HOST 5001 sleep 3 echo "the fb grabber died" done