[init] initial commit

This commit is contained in:
2023-06-05 23:04:30 +08:00
commit 66b1dd4d70
72 changed files with 10079 additions and 0 deletions

15
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