%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/share/zsh/5.8/functions/Completion/Unix/
Upload File :
Create Path :
Current File : //usr/local/share/zsh/5.8/functions/Completion/Unix/_users_on

#compdef write

local expl

if (( $+commands[users] )); then
  _wanted users expl 'users logged on' \
      compadd "$@" - $(_call_program users users) && return 0
else
  # Other methods of finding out users logged on should be added here
  return 1
fi

Zerion Mini Shell 1.0