: cc -s -O alias.c
: cmp a.out /usr/bin/alias
: rm -f /usr/bin/alias
: mv a.out /usr/bin/alias
: chmod 6751 /usr/bin/alias
: chown root /usr/bin/alias
: chgrp 0 /usr/bin/alias
:
: as bas0.s
: mv a.out bas0.o
: as bas1.s
: mv a.out bas1.o
: as bas2.s
: mv a.out bas2.o
: as bas3.s
: mv a.out bas3.o
: as bas4.s
: mv a.out bas4.o
: ld bas?.o>/dev/null
: mv a.out basic
: chmod  751 basic
: rm bas?.o
: cp basic.dgn /lib/basic.dgn
:
: cc -s -O cl.c
: cmp a.out /usr/bin/cl
: mv a.out /usr/bin/cl
:
: cc -O -s compil.c
: rm -f    /bin/compil  /bin/ex /bin/load
: mv a.out /bin/compil
: ln /bin/compil /bin/ex
: ln /bin/compil /bin/load
: 
: cc -O -s copy.c
: cmp a.out /bin/copy
: rm -f /bin/copy
: mv a.out /bin/copy
:
: cc -O -s diablo.c
: cmp a.out /usr/bin/diablo
: rm -f /usr/bin/diablo
: mv a.out /usr/bin/diablo
:
: cc -s -n -O delrem.c
: cmp a.out /bin/delrem
: rm -f /bin/delrem
: chown 0 a.out
: chgrp 0 a.out
: chmod 6751 a.out
: mv a.out /bin/delrem
:
: cc -s -O enable.c
: cmp a.out /bin/disable
: cmp a.out /bin/enable
: rm -f /bin/enable /bin/disable
: mv a.out /bin/enable
: ln /bin/enable /bin/disable
: chown root /bin/enable
: chmod 6750 /bin/enable
: 
: cc -s -O fill.c
: cmp a.out /usr/bin/fill
: cmp a.out /usr/bin/just
: rm -f /usr/bin/fill /usr/bin/just
: mv a.out /usr/bin/fill
: ln /usr/bin/fill /usr/bin/just
:
: cc -s -O fromtty.c
: cmp a.out /usr/bin/fromtty
: rm -f /usr/bin/fromtty
: mv a.out /usr/bin/fromtty
:
: cc -s -O -n l.c
: cmp a.out /bin/l
: rm -f /bin/l
: mv a.out /bin/l
:
: cc -s -O -n melt.c life.c
: cmp a.out /usr/games/life
: rm -f /usr/games/life
: mv a.out /usr/games/life
:
: cc -s -O logout.c
: cmp a.out /usr/bin/logout
: cmp a.out /usr/bin/logoff
: rm -f /usr/bin/logout /usr/bin/logoff
: mv a.out /usr/bin/logout
: ln /usr/bin/logout /usr/bin/logoff
:
: cc -s -O -f news.c
: cmp a.out /usr/bin/news
: rm -f /usr/bin/news
: mv a.out /usr/bin/news
: chmod 6751 /usr/bin/news
: chown root /usr/bin/news
:
