7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
[ "$1" = "usage" ] && echo " can" && echo " List things with no \"req:\"" && exit 0
|
||
|
shift
|
||
|
|
||
|
"$TODO_FULL_SH" |grep -v "req:"
|