psishell A small shell built in C. To run: gcc -o psishell psishell.c && ./psishell Inspired from Stephen Brennan's Implementation.