Re: boot-floppies beta 1
Bruce Perens writes:
> > Perhaps it should be accessible as `edit' as well as `ae', so that the
> > first thing one might type when looking for an editor on an unfamiliar
> > system will work.
>
> I think that works on the root floppy now - but not on the installed hard
> disk base. I guess I could make it work there as well.
This only takes one disk block, and should be suitable for both root
floppy and installed hard disk:
#!/bin/sh
${EDITOR-/bin/ae} "$@"
[P.S. what is block size on the boot floppies?]
--
Raul
Reply to: