Written by Divyesh Jain
1) make
2) ./shell
MODULES:
-
shell - This contains the driver program for the shell.
-
parser - This consists of the read function and parser function used by the shell.
-
relative_path - This converts the home directory to a '~'.
-
built_in - Implements built in the commands cd, echo, pwd and handles execution of commands.
-
ls - This implements ls command along with the flags -a and -l.
-
pinfo - Implements pinfo command.
-
process_launch - Implements regular shell functions using execvp.
-
clock_command - Implements clock -t command (bonus).