Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 593 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 593 Bytes

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