Skip to content
/ ush Public

This is a simple representation of shell for UNIX system's.

Notifications You must be signed in to change notification settings

ronald112/ush

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

u$h

Developers:

Yuri Burienkov

Installation:

  1. git clone https://github.com/ronald112/ush.git
  2. make
  3. ./ush
  4. enjoy!

Description:

This is a simple representation of shell for UNIX system's. It can manage several commands and pipes, just use ';' to seprate commands and '|' to separate command in pipeline.

Builtins-table:

Builtin Flags Description
exit exit from ush
cd S,P change directory
env i,P,u print environ variable
pwd P,L print working directory

TODO:

echo, fg, export, which, unset, manage signals, command history, improvements to parser.

About

This is a simple representation of shell for UNIX system's.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published