all:
	./test.sh
clean:
	rm -f data-*.txt out-*.txt *~ core *.ps
