Create README.md

This commit is contained in:
Anonymus Raccoon
2020-05-25 13:34:59 +02:00
committed by GitHub
parent 15dfeed107
commit 3d1d1a49db
+18
View File
@@ -0,0 +1,18 @@
# ash
A simple shell written in C.
## Features:
- Redirections
- line-editing
- globbing
- inhibitor
- auto-completion (bash like)
- variables
- history
- aliases
- separators (';', '&&', '||')
- custom prompt
### Mising features:
- job control