Skip to content

SwiftFc/simple_shell

Repository files navigation

C - Simple Shell

This is a Group Project by Kingsley Dade & Henry Asiedu This is a completion of a milestone in the ALX Software engineering program

The Interactive Prompt $

The prompt will print "henry$$" to the screen for a user to interact and make commands

This is a UNIX Command Interpreter That does the following: Executes Commands entered by the user Implements the builtin command cd that changes the current directory of the process. Implements the builtin command pwd that displays the current directory of the process. Implements the builtin command ls that lists the files and directories in the current directory of the process. The prompt should be able to function in both interactive and non-interactive mode Handles Arguments in the other tasks Exits from the shell

Compilation

The shell must be compiled with gcc -Wall -Werror -Wextra -pedantic -std=gnu89 *.c -o hsh

Run the code with "./hsh" executable file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages