#!/bin/csh -f
if ( -f run_asm.txt ) then
	echo 'ǂŃAZuĂ܂B'
	ls -l run_asm.txt
else
	onintr xjmp
	if ( -f "rl_$USER@`hostname`.txt" ) then
		rm -f "rl_$USER@`hostname`.txt"
	endif
xjmp:
	echo 'reload_running_file' >! "rl_$USER@`hostname`.txt"
	onintr
endif
