#!/bin/sh
ENTRY=$@
if [ -n "$ENTRY" ]; then
    echo "`date -Is`\t$@" >> journal
fi
cat journal