mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-02 19:05:15 +08:00
4 lines
78 B
Fish
4 lines
78 B
Fish
|
function ta.util.tasks.count
|
||
|
wc -l < $__ta_file_data | awk '{print $1}'
|
||
|
end
|