6 lines
56 B
Text
6 lines
56 B
Text
|
#!/bin/sh
|
||
|
|
||
|
limit=$1; shift
|
||
|
|
||
|
task list limit:$limit "$@"
|