mirror of
https://github.com/zoriya/ash.git
synced 2025-12-06 06:36:17 +00:00
259 B
259 B
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