LSX/src/run2

as rmdir.s;reloc a.out 40000;strip a.out;mv a.out /bin/rmdir
as strip.s;reloc a.out 40000;strip a.out;mv a.out /bin/strip
cc -O -r -d od.c;reloc a.out 40000;strip a.out;mv a.out /bin/od
cc -O -r -d reloc.c;reloc a.out 40000;strip a.out;mv a.out /bin/reloc
cc -O -r -d rm.c;reloc a.out 40000;strip a.out;mv a.out /bin/rm
cc -O -r -d sh.c;reloc a.out 40000;strip a.out;mv a.out /bin/sh
cc -O -r -d size.c;reloc a.out 40000;strip a.out;mv a.out /bin/size
cc -O -r -d stty.c;reloc a.out 40000;strip a.out;mv a.out /bin/stty