Skip to content

salehshahverdiyev/holbertonschool-simple_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Shell

Simple Shell is a basic UNIX command line interpreter implemented in C. It supports executing commands, handling command lines with arguments, and locating executables in the PATH.

Getting Started

Clone the repository:

git clone https://github.com/salehshahverdiyev/holbertonschool-simple_shell

Compile the shell:

gcc -Wall -Werror -Wextra -pedantic -std=gnu89 shell.c -o shell

Run the shell:

./shell

Features

Execute basic commands

Handle command lines with arguments

Locate executables in the PATH