while $1
	echo '*** ' $1
	diff $1 ../../../v2/pi0/$1
	if { ask 'Finished' } then
		shift
	endif
end
