#!/bin/sh
#
if [ -r ~/todo.txt ]; then
    cat ~/todo.txt
fi