From c732a12f7ab6b3731edffd70d481a7b58e7a7268 Mon Sep 17 00:00:00 2001 From: nasrlol Date: Tue, 11 Feb 2025 18:06:29 +0100 Subject: refactored alot of the code, renamed functions, worked on the echo function, 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 --- .idea/dictionaries/nasr.xml | 3 +++ .idea/prettier.xml | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100644 .idea/dictionaries/nasr.xml create mode 100644 .idea/prettier.xml (limited to '.idea') diff --git a/.idea/dictionaries/nasr.xml b/.idea/dictionaries/nasr.xml new file mode 100644 index 0000000..4777b90 --- /dev/null +++ b/.idea/dictionaries/nasr.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/prettier.xml b/.idea/prettier.xml new file mode 100644 index 0000000..0c83ac4 --- /dev/null +++ b/.idea/prettier.xml @@ -0,0 +1,7 @@ + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2