6 lines
61 B
Bash
Raw Normal View History

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