Fully working shell in C interpreting basic command line and handling pipes, redirections, env variable...
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
fix: add save_stdout handling in exec_builtin and unlink_files call in handle_exit
a0bfd82View on GitHubfix: add unlink_files calls to ensure proper cleanup in main execution flow
3e3ed8eView on GitHubfix: update free_instruction to handle unlinking files and adjust waitpid usage
cfb895cView on GitHubfix: ensure file descriptor is valid before usage in heredoc execution
752674fView on GitHubrefactor: rename output and truncate variables for consistency
4439d47View on GitHubfeat: add error handling when non digit char are passed to exit
42e66c0View on GitHub