summaryrefslogtreecommitdiff
path: root/.idea
AgeCommit message (Collapse)Author
2025-02-11refactored alot of the code, renamed functions, worked on the echo function, ↵nasrlol
still unfinished, worked on the ls command, i think it works but i encountered a complication when writing the main function. i was planning on using argv as an argument for the function, but argv is received when calling the executable not when calling a function, so i have to find a work around for this
2025-01-30Learning about getting the commands history andAbdellah El Morabit
actually saving them, having trouble doing it in c