Gitiles
Code Review
Sign In
git.eclipse.org
/
webtools
/
webtools.releng
/
1bbef914c094a7a9274b1e9d021b76a73566ff78
/
.
/
releng.control
/
killall.sh
blob: e673f18c322efcdb857b3c25687d92115e8fbf46 [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
echo
;
echo
" Kill webtools Cruisecontrol server"
;
./
killcc
.
sh
echo
" Kill any other process under 'webtools'"
;
pkill
-
f webtools
echo
;