#! /bin/csh -f
if ( { test -f run_chip_asm.txt } ) then
#	ls -l run_*
	echo "実行されているにょろ。"
else
	echo "実行されてないにょろ。"
endif
