ET stats programs for linux?
Are there any? URL please. I suppose that those kind of programs are not even hard to program, however I suck @ coding and am not able to code one myself. Thx in advance!
|
35.2 %
(19 votes)
|
|
64.8 %
(35 votes)
|
#! /bin/sh
cd /home/david/etpro/
//Efface l ancien log si toujours present
rm etconsole.log
//copie le nouveau log
cp /home/david/.etwolf/etpro/etconsole.log /home/david/etpro
//lance les stats
/usr/lib/jvm/java-6-sun-1.6.0.03/jre/bin/java -jar /home/david/etpro/StatWhore.jar
/usr/lib/jvm/java-6-sun-1.6.0.03/jre/bin/java -jar /home/david/etpro/gravystats.jar
//copie les stats gravy dans le repertoire html
cp /home/david/etpro/gravystats/*.html /home/david/etpro/html
rm /home/david/etpro/gravystats/*.html
//upload les stats
cd /home/david/etpro/html/
lftp ftp://requestimeout:[email protected] -e "cd /stats/2007_3F/autres/ ; mput * ; quit"
//copie les stats dans le rep wolf "normal" et efface les stats
cp *.html /home/david/.etwolf/etpro/html/
rm *.html
//lance firefox
firefox http://requestimeout.free.fr/stats/2007_3F/autres/
pause
---- afaik when u install jre from sun, setup create links too ( imo )