# This is a sample input file. # If you use it as input to the menu_test program, # you'll see a bunch of "Choice? " prompts, # followed by the output of a few echo # and help commands. echo -- Menu test -- echo echo Hello world! echo Comments can be generated with # or comment commands echo # This a comment. comment This is also a comment. echo echo This is the output of the help command. help echo echo This is the output of the menu command. menu echo echo They look the same, eh? echo echo Goodbye world. quit echo This command should not run, because we already quit.