D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /usr/lib32/../share/php7.4-gd/../bash-completion/completions/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : //usr/lib32/../share/php7.4-gd/../bash-completion/completions/insmod
# Linux insmod(8) completion                               -*- shell-script -*-

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

    # do filename completion for first argument
    if [[ $cword -eq 1 ]]; then
        _filedir '@(?(k)o?(.gz))'
    else # do module parameter completion
        COMPREPLY=( $(compgen -W "$(PATH="$PATH:/sbin" modinfo \
            -p ${words[1]} 2>/dev/null | cut -d: -f1)" -- "$cur") )
    fi
} &&
complete -F _insmod insmod insmod.static

# ex: filetype=sh

AnonSec - 2021 | Recode By D7net