#!/bin/csh -f
if ( -f reload.txt ) then
	if ( -o reload.txt ) then
		rm -f reload.txt
		echo 'AZu\ɂȂ܂B'
	else
		echo 'N[hłB'
		ls -l reload.txt
	endif
else
	echo 'ɃAZu\łB'
endif
