📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-02 02:22:28
📂
/ (Root)
/
usr
/
share
/
bash-completion
/
completions
📍 /usr/share/bash-completion/completions
🔄 Refresh
✏️
Editing: inject
Read Only
# mailman inject completion -*- shell-script -*- _inject() { local cur prev words cword split _init_completion -s || return case $prev in -l|--listname) _xfunc list_lists _mailman_lists return 0 ;; esac $split && return 0 if [[ "$cur" == -* ]]; then COMPREPLY=( $( compgen -W '--listname --queue --help' -- "$cur" ) ) else _filedir fi } && complete -F _inject inject # ex: ts=4 sw=4 et filetype=sh
💾 Save Changes
❌ Cancel