uawdijnntqw1x1x1
IP : 3.136.37.101
Hostname : axolotl
Kernel : Linux axolotl 4.9.0-13-amd64 #1 SMP Debian 4.9.228-1 (2020-07-05) x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
OS : Linux
PATH:
/
var
/
..
/
usr
/
share
/
bash-completion
/
completions
/
mussh
/
/
# mussh(1) completion -*- shell-script -*- _mussh() { local cur prev words cword _init_completion || return case $prev in --help|-V|-m|-t) return ;; -d) COMPREPLY=( $( compgen -W '{0..2}' -- "$cur" ) ) return ;; -v) COMPREPLY=( $( compgen -W '{0..3}' -- "$cur" ) ) return ;; -i|-H|-C) _filedir return ;; -o|-po) _xfunc ssh _ssh_options return ;; -l|-L) COMPREPLY=( $( compgen -u -- "$cur" ) ) return ;; -s) _shells return ;; -p|-h) [[ $cur == *@* ]] && _user_at_host || _known_hosts_real -a "$cur" return ;; -c) compopt -o filenames COMPREPLY+=( $( compgen -c -- "$cur" ) ) return ;; esac [[ $cur != -* ]] || \ COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) ) } && complete -F _mussh mussh # ex: ts=4 sw=4 et filetype=sh
/var/../usr/share/bash-completion/completions/mussh