added description

This commit is contained in:
unknown 2019-02-23 15:45:59 +01:00
parent 7739a2a6d6
commit 9dc60c1312
1 changed files with 16 additions and 0 deletions

View File

@ -1 +1,17 @@
# myshell
Simple clone of Linux shell
###Features
```
help
echo [arg]
pwd
cd [arg]
clear
date
help
exit
ls
```