Your IP : 3.144.85.61


Current Path : /usr/share/zsh/site-functions/
Upload File :
Current File : //usr/share/zsh/site-functions/_parallel

#compdef parallel
(( $+functions[_comp_parallel] )) ||
  eval "$(parallel --shell-completion auto)" &&
  _comp_parallel

?>