summaryrefslogtreecommitdiff
path: root/cmake-build-debug
AgeCommit message (Collapse)Author
2025-02-13fixed the segmentation fault, and found a better way to impelment echonasrlol
2025-02-13fixed some basic program problems, but at the moment im having issue with a ↵nasrlol
segfault somehow somewhere
2025-02-1230 unversioned filesnasrlol
2025-02-12removed a couple of files from the directoryAbdellah El Morabit
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-31switching to unistd.h instead of playing around with the delivered header apue.hAbdellah El Morabit
2025-01-31working on some basic commands like listing the current directory and get ↵Abdellah El Morabit
the pid of a process, following the APUE
2025-01-30Learning about getting the commands history andAbdellah El Morabit
actually saving them, having trouble doing it in c