diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2016-10-14 10:52:48 -0300 |
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2016-10-14 10:52:48 -0300 |
| commit | 4a5001c98888e7a83ec3e29c37fc7f0c90b960e1 (patch) | |
| tree | d8ff874fa6ceed0d50b37330d9f64fcaed999e83 | |
| parent | e68ad5be39ef2aeb671a134144f42866b1af4f0a (diff) | |
| download | scripts-4a5001c98888e7a83ec3e29c37fc7f0c90b960e1.tar.gz scripts-4a5001c98888e7a83ec3e29c37fc7f0c90b960e1.tar.bz2 | |
TODO: do not pipe to less
| -rwxr-xr-x | todo | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,5 +45,5 @@ if [ "$OPTION" == "list" ]; then elif [ "$OPTION" == "count" ]; then todo_find | grep -v $NAME | wc -l else - todo_list | less + todo_list fi |
