todo added

This commit is contained in:
Dirk Alders 2022-05-30 11:01:04 +02:00
父節點 b51a5cfc29
當前提交 9d92f712d3
共有 2 個文件被更改,包括 7 次插入0 次删除

2
add
查看文件

@ -6,6 +6,8 @@ if [[ -e $1 ]]; then
target="10_$target"
elif [[ $target == "venv_prompt.sh" ]]; then
target="20_$target"
elif [[ $target == "todo.sh" ]]; then
target="90_$target"
else
target="50_$target"
fi

5
available/todo.sh Normal file
查看文件

@ -0,0 +1,5 @@
#!/bin/sh
#
if [ -r ~/todo.txt ]; then
cat ~/todo.txt
fi