summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Collapse)Author
2025-02-27fixed the recursive folder deletion, almost everything works now, execept ↵Abdellah El Morabit
for the copy i think, but will look at that in the furture
2025-02-12working on the main function of the code trying to get the lines to ↵nasrlol
correctly dislay everything, still having a little of trouble though
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