GBT car for todo.sh
This commit is contained in:
4
.local/bin/todo_sh_status.sh
Executable file
4
.local/bin/todo_sh_status.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
NUM="$(todo.sh lsp "$1" | sed -n 's/.*TODO: \([0-9]\+\).*/\1/p')"
|
||||
[[ "$NUM" -ne 0 ]] && echo "YES"
|
||||
exit 0
|
Reference in New Issue
Block a user