If you've been wanting a menu program for your UNIX system, but don't want to go through all the shit to get one set up and keep it maintained, this might be what you're looking for. Pink BBS "Pro" is a bare-minimal shell script "BBS", taking up about 30 lines of shell script code. It's set up in such a way that adding a new command is as simple as editing a line in a menu file; the "menus" actually contain INSIDE them the code for each option (in parenthesis). The script relies on external programs for its functions; it contains NO real code of its own. I've included in this shar the menu files that we're using on our public access UNIX. You'll most likely need to edit them to work with the programs on your own system. BTW, I don't consider myself a "programmer", and I make no claim that this code is worth anything. But please let me know if you find the program useful, or for what reasons you don't. I'd appreciate you sending any ideas for improvement to me, iczer@sdf.lonestar.org (Ted Uhlemann). Have fun...