Dashboard
PHP:
8.2.33
OS:
Linux
User:
lmarccom
/
/
usr
/
share
/
bash-completion
/
completions
📤 Upload
📝 New File
📁 New Folder
Close
Editing: e2label
# e2label(8) completion -*- shell-script -*- _e2label() { local cur prev words cword _init_completion || return if ((cword == 1)); then cur=${cur:=/dev/} _filedir fi } && complete -F _e2label e2label # ex: filetype=sh
Save
Cancel