8000 GitHub - mayenkalu/simple_shell: A project on UNIX command line interpreter. Authored by Mayen Kalu and Chesachi Kalu
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mayenkalu/simple_shell

Repository files navigation

Simple Shell Project

About

The shell is the Linux command line interpreter. It provides an interface between the user a 566F nd the kernel and executes programs called commands. For example, if a user enters ls then the shell executes the ls command.

This project, simple_shell, is a custom implementation of a simple UNIX shell as a requirement to complete the first sprint in the ALX - Holberton school 12-month SE program. Taking a minimalistic approach, the following functions have been implemented: access, execve, exit, fork, free, fstat, getline, malloc, perror, signal, stat, wait, write.

File Descriptions

AUTHORS - It lists the contributors of this project man_1_simple_shell - The Manual describing usage of the simple_shell shell.h - The header file used in this project

About

A project on UNIX command line interpreter. Authored by Mayen Kalu and Chesachi Kalu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0