#!/usr/bin/python # # 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" # the prompt printed by your shell prompt = "esh>" # the ascii inputs for the plugin ascii = ["ascii-hex", "ascii-hex test", "ascii-hex hello, world!", "ascii-hex this is a really, really, long test"] #the output hex for the plugin hex_out = ["", "74 65 73 74 ", "68 65 6c 6c 6f 2c 20 77 6f 72 6c 64 21 ", "74 68 69 73 20 69 73 20 61 20 72 65 61 6c 6c 79 2c 20 72 65 61 6c 6c 79 2c 20 6c 6f 6e 67 20 74 65 73 74 "]