Skip to content

samarthsinha/BasicShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicShell

A dummy terminal which is able to run shell commands like ls,cat,gethostname

USAGE

$make
$./shell
[SAMSHELL]$ ls
d .
d ..
f test
[SAMSHELL]$ cat test
this is a test file
[SAMSHELL]$ gethostname
dev.ubuntu
[SAMSHELL]$ exit
$

About

A dummy terminal implemented using C, which is able to run shell commands like ls, cat, gethostname

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages