Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.90 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
# bash completion for cowsay -*- shell-script -*- _cowsay() { local cur prev words cword _init_completion || return case $prev in -f) COMPREPLY=( $( compgen -W \ '$( cowsay -l 2>/dev/null | tail -n +2 )' -- "$cur" ) ) return 0 ;; esac # relevant options completion COMPREPLY=( $( compgen -W '-b -d -g -p -s -t -w -y -e -f -h -l -n -T -W' \ -- "$cur" ) ) } && complete -F _cowsay -o default cowsay cowthink # ex: ts=4 sw=4 et filetype=sh