#!/usr/bin/python # # I don't use this at all, but we had to turn one in for the test # The test is based on checking a log file # # Brian Wright bwright5@vt.edu # # This file contains definitions that describe the output of your esh. # # You may adapt all settings in this file to match the output of your # shell. (Alternatively, you may write your shell to match these templates.) # # the shell executable. shell = "./esh -p plugins" # the prompt printed by your shell prompt = "esh>" exam = "asdfadf" # a regexp # reverse1 = "(\S*)\s*(\S*)\s*)" reverse2 = "[a-z]" reverse3 = ".{35}"