6 lines
61 B
Bash
Raw Normal View History

2023-04-30 13:55:56 +02:00
#!/bin/sh
#
if [ -r ~/todo.txt ]; then
cat ~/todo.txt
fi