#!/bin/sh for i in `seq 10 30`; do echo $i > /tmp/testpipe sleep 1 done