\x89\x50\x4E\x47\x0D\x0A\x1A\x0A PNG  \x89\x50\x4E\x47\x0D\x0A\x1A\x0A # e2label(8) completion -*- shell-script -*- _e2label() { local cur prev words cword _init_completion || return if [[ $cword -eq 1 ]]; then cur=${cur:=/dev/} _filedir fi } && complete -F _e2label e2label # ex: filetype=sh