;show_build_list "list of peaks"
;
set lsp = $_
while ($lsp s! " ")
	show_att (head($lsp))
	set lsp = (tail($lsp))
endwhile

