The 'notes' esh plugin ----------------------- To run notes copy and paste the following: ./esh -p /web/courses/cs3214/spring2015/projects/student-plugins/rosan_nickwp54/notes How to use: ----------------------- - save For any integer index, save will allow the user to associate a note with that index, enter the note by typing then hit enter - note if a note has been stored with index, note index will print out a copy of that note Help ----------------------- - this plugin makes a file called "notes.txt" in the current dir. Notes are stored here and can be viewed/edited with a test editor if the format is followed: [one line]: this is the note. index and not must have " " seperating them -note will handle a index without a note -save does not allow duplicates, although they are added to "notes.txt" Written by: Nathan Rosa (rosan@vt.edu) and Nick Phillpott (nickwp54@vt.edu) for CS-3214 @ Virginia Tech