OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /usr/sbin/../share/language-support/../bash-completion/completions/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
# filefrag(8) completion -*- shell-script -*- _filefrag() { local cur prev words cword _init_completion || return if [[ "$cur" == -* ]]; then COMPREPLY=( $(compgen -W '$(_parse_usage "$1")' -- "$cur") ) return fi _filedir } && complete -F _filefrag filefrag # ex: filetype=sh