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;