Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/s0lst1c3/shimple
- Owner: s0lst1c3
- Created: 2014-11-16T14:38:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T09:13:32.000Z (about 10 years ago)
- Last Synced: 2024-04-15T00:43:30.114Z (7 months ago)
- Language: C
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- unsettodo - 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