On Sunday 02 February 2003 08:33 pm, John Mullan wrote: > I knew this once before, but forgot :-( > > How do I implement my own command line "commands"?? > > Ie; use "mflash" to perform "mount -t msdos /dev/nftla1 /flash"
export mflash = 'mount -t msdos /dev/nftla1 /flash' I believe this can also be saved in .profile as well. -- ~Lynn Avants Linux Embedded Firewall Project developer http://leaf.sourceforge.net ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com ------------------------------------------------------------------------ leaf-user mailing list: [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/leaf-user SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
