ShotNo=`cat ShotNo`

discharge:
	mkdir $(ShotNo); cp ../makefile file $(ShotNo)/; cd $(ShotNo)/; make all;make ScopeGetScreen; ls -all; cd ..
	expr $(ShotNo) + 1 > ShotNo
	

	