Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
41.00 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
# mailman unshunt completion -*- shell-script -*- _unshunt() { local cur prev words cword _init_completion || return if [[ "$cur" == -* ]]; then COMPREPLY=( $( compgen -W '--help' -- "$cur" ) ) else _filedir -d fi } && complete -F _unshunt unshunt # ex: ts=4 sw=4 et filetype=sh