<META NAME="robots" CONTENT="noindex,nofollow">


<br />
<b>Warning</b>:  file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
 in <b>/home/familylifersmpc/htdocs/www.familylifersmpc.com/index.php</b> on line <b>91</b><br />
# bash completion for minicom                              -*- shell-script -*-

_minicom()
{
    local cur prev words cword split
    _init_completion -s || return

    case $prev in
        --attrib | --color | -!(-*)[ac])
            COMPREPLY=($(compgen -W 'on off' -- "$cur"))
            return
            ;;
        --script | --capturefile | -!(-*)[SC])
            _filedir
            return
            ;;
        --ptty | -!(-*)p)
            COMPREPLY=($(printf '%s\n' /dev/tty*))
            COMPREPLY=($(compgen -W '${COMPREPLY[@]} ${COMPREPLY[@]#/dev/}' \
                -- "$cur"))
            return
            ;;
    esac

    $split && return

    if [[ $cur == -* ]]; then
        COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- 