Update NEWS files for next release
[ACE_TAO.git] / ACE / apps / JAWS / clients / WebSTONE / bin / killbench.pl
blob42c616a79e0050bbef2d1e5310f6bf78229148ad
1 #!/pkg/gnu/bin//perl5
4 push(@INC, "$wd/bin");
5 require('WebStone-common.pl');
7 html_begin();
9 print CLIENT "<P>Killing WebStone processes<PRE>";
10 system("$wd/bin/killbench");
11 print CLIENT "</PRE><P>Done.";
13 html_end();
15 # end