Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 296 Bytes

File metadata and controls

5 lines (4 loc) · 296 Bytes

basic-shell

This is a basic shell for Unix-like operating systems. It is capable of executing some shell built-ins like cd, as well as non built-ins defined by the path command. It also supports output redirection and running multiple commands. The shell has an interactive and a batch mode.