#! /bin/sh

for fil in species.input.*; do
  \cp $fil species.input
  ../bin/species
done
