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