Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/s0lst1c3/shimple

A simple shell with job control implemented in C.
https://github.com/s0lst1c3/shimple

Last synced: 8 days ago
JSON representation

A simple shell with job control implemented in C.

Awesome Lists containing this project

README

        

shimple
=======

A simple shell with job control implemented in C.

Basically just making this to learn more about how process control works.

todo - builtins (basic)
-----------------------

- :
- .
- break
- cd
- continue
- eval
- exec
- exit /
- export
- getopts
- hash
- readonly
- return
- shift
- test
- times
- trap
- umask
- unset

todo - builtins (advanced)
--------------------------

- alias
- bind
- builtin
- caller
- command
- declare
- echo
- enable
- help
- let
- logout
- local
- logout
- mapfile
- printf ?
- mapfile
- read
- readarray
- source
- type
- typeset
- ulimit
- unalias