#!/bin/csh -f
alias te 'if ( ! -e \!\!:1 ) touch \!\!:1 ; ( exec /usr/bin/textedit -Wi \!\!:1 & )'
foreach f ($*)
	te $f
	sleep 3
end
