	cc -O -c $*
	cp $* /bb/run/src
	mv $* src
	echo $* | sed -e '1,$s/\.c/\.o/g' >movit.tmp
	mv `cat movit.tmp` /bb/run/bin
	rm movit.tmp
