You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Displays prompt whilst awaiting a command from user. The command is then interpreted and the prompts are displayed each time the command is being executed.
.SH USAGE
All files are to be compiled on the Ubuntu 14.04 LTS machine with "gcc -Wall -Werror -Wextra -pedantic -std=gnu89"
To start programme, run:
.br
/# ./main.c
.B env -
Prints the current enviroment
.SH RETURN VALUE
simple_shell will exit with status 0 unless status is specified.