>>683
#!/bin/sh

while IFS= read -r line; do
echo "`date`: $line"
done