Your IP : 3.15.144.5


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

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

?>