[remove] todo app not used anymore

This commit is contained in:
2023-11-17 20:18:14 +08:00
parent dbc0c638fd
commit 52dccb1787
5 changed files with 0 additions and 0 deletions

15
old/todo/watch_todo.sh Normal file
View File

@ -0,0 +1,15 @@
#!/bin/bash
tput cols > /tmp/col.log
python3 /opt/scripts/todo/todo_format.py
result=$?
rm -rf /tmp/col.log
exit $result
# while :; do
# echo $COLUMNS > /tmp/col.log
# python3 /opt/scripts/todo/todo_format.py
# sleep 1
# done