repo.or.cz
/
git-cheetah
/
kirill.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix syntax error for macro substituting a function call
[git-cheetah/kirill.git]
/
finder
/
kill-finder.sh
blob
8d4c4094649107a1a59100c2b354e2a5a6dd5641
1
#!/bin/sh
2
kill
$
(
ps ax |
grep
Finder |
grep
-v
grep
|
awk
'{ print
$1
}'
)