a978c358e6
Signed-off-by: Nico Schottelius <nico@freiheit.schottelius.org>
5 lines
56 B
Bash
Executable file
5 lines
56 B
Bash
Executable file
#!/bin/sh
|
|
|
|
limit=$1; shift
|
|
|
|
task list limit:$limit "$@"
|