~brown121407/shell243

A simple shell.
Fix job tracking in background jobs.
Refactor background jobs and builtins.

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~brown121407/shell243
read/write
git@git.sr.ht:~brown121407/shell243

You can also use your local clone with git send-email.

#shell243

A simple shell. See grammar.ebnf for details about the parser.

Make sure you have GNU Readline installed and compile with make. By default, it is compiled with -DDEBUG, which makes it print the AST after each command. To disable this, compile with make DEFS="".

To exit out of the shell type use C-d.

#License

See COPYING.