Shell/README.md

18 lines
132 B
Markdown
Raw Normal View History

2019-02-11 12:27:35 +01:00
# myshell
2019-02-23 15:45:59 +01:00
Simple clone of Linux shell
###Features
```
help
echo [arg]
pwd
cd [arg]
clear
date
help
exit
ls
```