๐Ÿ“ฆ scop / bash-completion

๐Ÿ“„ mtr.bash ยท 9 lines
1
2
3
4
5
6
7
8
9# mtr(8) completion                                        -*- shell-script -*-

# Use of this file is deprecated.
# Upstream completion is available in mtr >= 0.88, use that instead.

complete -F _comp_complete_known_hosts mtr

# ex: filetype=sh