HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/bash-completion/completions/
Upload File :
Current File : //proc/self/root/usr/share/bash-completion/completions/e2label
# e2label(8) completion                                    -*- shell-script -*-

_e2label()
{
    local cur prev words cword
    _init_completion || return

    if ((cword == 1)); then
        cur=${cur:=/dev/}
        _filedir
    fi
} &&
    complete -F _e2label e2label

# ex: filetype=sh