: command file to creat BASIC compiler echo echo /bin/bas chdir ../bas as bas?.s ld -s a.out -l mv -f a.out /bin/bas chmod 755 /bin/bas chown bin /bin/bas