#!/bin/sh
cd HOM4PS2
./bin/sym2num < $1 > ./bin/input.num
echo "2" | ./bin/flwcrv
cp data.roots $2
cd ..
