sh needs to be trashed and restarted #6
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: auravulpes/FENIX_coreutils#6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I started it by working from a small online tutorial about how shells work. It was not supposed to properly show you how to make a shell. It was supposed to demonstrate forking, and use of functions like
execvp
andwaitpid
. We need to restart it, move to properly parsing input using lex and yacc, and then work on implementation from there.As part of this, we're gonna want to split it off into its own repository. I'll have to make a proper vsh repo at some point.