From 125578705bdb9659ecb829fca313f1af346716f2 Mon Sep 17 00:00:00 2001 From: ShortsKing <82279627+ShortsKing@users.noreply.github.com> Date: Sat, 30 Apr 2022 13:40:37 -0500 Subject: [PATCH] Create index.md --- Shell/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Shell/index.md diff --git a/Shell/index.md b/Shell/index.md new file mode 100644 index 0000000..59c3c06 --- /dev/null +++ b/Shell/index.md @@ -0,0 +1,12 @@ +## Shell Directory +This directory is meant for the source as well as the compiled files with documentation for every shell command, with the goal of being as user friendly and intuitive as possible. +#### For Example... +The structure of a shell command might look like this... +``` +/Shell + |Command + |Command.c Source + |Command Linux Executable + |Command.txt Plain Text Documentation + |Command.md Markdown Documentation +```