summaryrefslogtreecommitdiff
path: root/apps/JAWS/clients/WebSTONE/bin/killbench.pl
blob: 42c616a79e0050bbef2d1e5310f6bf78229148ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/pkg/gnu/bin//perl5
#

push(@INC, "$wd/bin");
require('WebStone-common.pl');

html_begin();

print CLIENT "<P>Killing WebStone processes<PRE>";
system("$wd/bin/killbench");
print CLIENT "</PRE><P>Done.";

html_end();

# end