Etape 7
Utiliser le script suivant pour fixer le goal weight
string $command;
string $list[] =`ls -sl`;
int $i,$j;
for ($i=0; $i < size($list); ++$i)
{
$command = "particle -e -or 0 -at goalPP -fv .6 "+$list[$i]+"ParticleShape" ;eval $command;print $command;
$command = "particle -e -or 1 -at goalPP -fv .3 "+$list[$i]+"ParticleShape" ;eval $command;print $command;
$command = "particle -e -or 2 -at goalPP -fv .2 "+$list[$i]+"ParticleShape" ;eval $command;print $command;
$command = "particle -e -or 3 -at goalPP -fv .1 "+$list[$i]+"ParticleShape" ;eval $command;print $command;
}