7 lines
139 B
Plaintext
7 lines
139 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
[ "$1" = "usage" ] && echo " noz" && echo " ls without (Z) priority" && exit 0
|
||
|
shift
|
||
|
|
||
|
"$TODO_FULL_SH" listpri -z "$1"
|