: +
: name:		ftoo
: purpose:	compile and assemble file using f86 and s86
: description:	felarca, 8jun85
: -
if test $# -eq 0
then
	echo Usage: ftoo filename [options]
	exit 1
fi
echo _ftoo for $1.f86
ftos $1
stoo $1
exit 0
