Skip to content

dannyrip/simple-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-shell

This simple shell supports standard commands, redirections, pipes, background execution, aliases, history and ctrl-C and ctrl-Z signals

Compile and Run

Compilation: make

Run the shell: ./mysh

Clean executables/object files: make clean

Extra commands

Stop shell: exit

Create alias: createalias <alias> "..."

Remove alias: destroyalias <alias>

Print history: myhistory

Run the i-th command from history: myhistory <i>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors