bash/available/todo.sh
2022-05-30 11:01:04 +02:00

6 行
61 B
Bash

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