home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / ui_utils / jmenu.lzh / JMENU / SCRIPT2 < prev    next >
Encoding:
Text File  |  1991-08-15  |  189 b   |  6 lines

  1. echo "This is script 2"
  2. echo "The environment variable 'ex1var' which holds the value"
  3. echo "  of the menu selection you made has the following value:"
  4. getenv ex1var
  5. echo "End of script 2"
  6.