codecrafters-shell-c

personal solution to the "Build Your Own Shell" challenge from codecrafters
git clone https://github.com/5hif7y/codecrafters-shell-c.git
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2025-01-03 04:449 run a program5hif7y1+90-11
2024-12-31 23:56some fixes, args in dynamic memory, and adding win10 support5hif7y1+36-14
2024-12-31 16:098 type executable files5hif7y1+37-2
2024-12-31 00:04fixing 'exit' command5hif7y1+0-3
2024-12-31 00:027 type and parsing implementation5hif7y1+55-7
2024-12-30 21:336 echo5hif7y1+2-0
2024-12-30 20:545 exit 0 without message5hif7y1+1-1
2024-12-30 20:535 exit 05hif7y1+3-0
2024-12-30 20:304 REPL5hif7y1+27-10
2024-12-30 17:373 handle invalid commands5hif7y1+4-0
2024-12-30 17:322 print a prompt5hif7y2+2-2
2024-12-30 17:30test5hif7y0+0-0
2024-12-30 17:23init [skip ci]codecrafters-bot7+108-0