The quote support esh plugin --------------------- The quote support plugin is a plugin I made to allow for "quotes" in command line arguments to function as the would in bash. Basically it allows " this line" to be treated as one argument, rather than two by esh default. usage : This is a plugin that runs in the background everytime a command is run. If you ahve implemented process_raw_cmdline plugin support in your esh then this should work correctly. If any issues arise please conact canadian@vt.edu and let me know what happened. UPDATE: Fixed code for more elegant multi-quote handling, as well as fixing a seg-fault that happened in extreme use case scenarios ----------------------------------------------------------------------- Created by Christopher Poole (canadian@vt.edu) Group ID : 567 Cs 3214 - Spring 2015