GitXplorerGitXplorer
m

minimal-shell

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
4f4374e65c77af39bb1c4b6a633d3b1d0b21b38e

initial commit

mmaxbla committed 7 years ago
Verified
79ccbed9200faa1a10edd7dcb7e7dc7563653a62

Initial commit

mmaxbla committed 7 years ago

README

The README file for this repository.

Minimal-Shell

A minimal interactive shell written in 100 lines of c

Commands

command description
exit quits, returning 0
cd changes directory (builtin)
anything else searches $(PATH) for command and executes it in a child process

Dependencies

  • GNU Make
  • GNU C compiler (or any ansi c99 compatible compiler)
  • stdio.h string.h sys/types.h sys/wait.h unistd.h

Compiling and Running

make all

./msh.o