Gitiles
Code Review
Sign In
git.eclipse.org
/
webtools
/
webtools.releng
/
09b92564fca2fca96394e80ea5624dea7f5b04f9
/
.
/
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
;