Reset inheritable flag of debug log file git_shell_ext_debug.txt
[git-cheetah/kirill.git] / finder / kill-finder.sh
blob8d4c4094649107a1a59100c2b354e2a5a6dd5641
1 #!/bin/sh
2 kill $(ps ax | grep Finder | grep -v grep | awk '{ print $1 }')