1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-07 11:41:16 +02:00
zsh/Functions/Completion/_wait
1999-04-15 18:16:27 +00:00

4 lines
103 B
Text

#defcomp wait
complist -P '%' -j
complist -y _kill_helper -s '`ps 2>/dev/null | tail +2 | cut -c1-5`'