You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
202 B
9 lines
202 B
11 years ago
|
#compdef tdekillall
|
||
15 years ago
|
|
||
|
local progs
|
||
13 years ago
|
progs=(`ps x | grep tdeinit: | grep -v Running | grep -v grep | sed 's,.*tdeinit: ,,' | sed 's, .*,,'`)
|
||
15 years ago
|
|
||
|
_alternative \
|
||
14 years ago
|
'Q_SIGNALS:: _Q_SIGNALS -p' \
|
||
15 years ago
|
'compadd $progs'
|