#!/bin/sh

echo "Reading stdin..."
read meh
echo "I read $meh"
echo "Exiting pipereader now..."