Skip to content

timmySpark/simple_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0x16.c Simple Shell Team Project Exercise

shello simple Shell

A custom UNIX Interpreter written for ALX team project Exercises

Description

shello is a basic unix intepreter created to read commands from the standard input and execute them

Usage

  • shello {filename}

Compile

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

Tasks

Make Betty Code

Codes written should pass betty checks

Simple Shell

Write a UNIX Command Line Interpreter

Handling Arguments

Command lines with Arguments should be handled

Authors

  • timmySpark
  • Emmzy 17

About

ALX Exercise , Building a Custom Shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published