#!/bin/bash

./sch-circle
./sch-sphere

gnuplot -p circle.gpi
gnuplot -p sphere.gpi

