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