6 righe
61 B
Bash

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