Your IP : 18.217.14.208


Current Path : /proc/thread-self/root/usr/share/zsh/site-functions/
Upload File :
Current File : //proc/thread-self/root/usr/share/zsh/site-functions/_parallel

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

?>