*************************** Export Readme *************************** *CS 3214* *Fall 2013* *Group 359* Daniel Golman (dgolman) Souleiman Ayoub (siayoub) *Overview* This plugin exports shell variables to environmental variables. *How To Run* export hello_world hi printenv hello_world Include all files within our plugin directory. This should be two files. The test and the .so file. After that just run your shell with -p (your plugins directory) and you should be able to store environmental variables and print them with printenv.