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