while "$1"
	if { cmp -s "$1" "../pi0/$1" } then
		echo "== $1"
		rm -f  "$1"
		ln "../pi0/$1"
	else
		echo "<> $1"
	endif
	shift
end
