#! /bin/sh

for i in $*
do
    /u/corse/2/robotvis/exec/marseillais.bin < $i > $i.marseillais
done
