CHips L MINI SHELL

CHips L pro

Current Path : /proc/2/root/usr/share/zsh/4.3.11/functions/
Upload File :
Current File : //proc/2/root/usr/share/zsh/4.3.11/functions/_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

Copyright 2K16 - 2K18 Indonesian Hacker Rulez