[init] initial commit
This commit is contained in:
15
todo/watch_todo.sh
Normal file
15
todo/watch_todo.sh
Normal 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
|
||||
|
Reference in New Issue
Block a user