#!/bin/sh # echofilt -- echo STDIN to STDOUT while read line; do echo $line done exit 0