all:
	./test.sh

clean:	
	rm -f *.out *~ test.dsk

