Skip to content

Commit e2cf987

Browse files
committed
docs
1 parent 8a336eb commit e2cf987

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
66
This team project is about creating a simple shell.
77

8-
We will be inspired by Bash. Bash is an acronym for ‘Bourne-Again SHell’.
9-
10-
We gave our shell the name "splash", acronym for "SimPLy A SHell".
118

9+
We will be inspired by Bash. Bash is an acronym for ‘Bourne-Again SHell’.
10+
Therefore, we gave our shell the name "splash", acronym for "SimPLy A SHell".
11+
Here is a screenshot of our splash shell in action:
1212

13-
<img src="assets/splash.png" alt="shell" width="600">
13+
<img src="assets/splash.png" alt="shell" width="800">
1414

1515

1616
You can read this documentation online on [github.io](https://multitudes.github.io/42-minishell/).

assets/splash.png

-70 KB
Loading

docs/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
1010
This team project is about creating a simple shell.
1111

12-
We will be inspired by Bash. Bash is an acronym for ‘Bourne-Again SHell’.
12+
The code is on GitHub: [42-minishell](https://github.com/multitudes/42-minishell)
1313

14-
We gave our shell the name "splash", acronym for "SimPLy A SHell".
14+
We will be inspired by Bash. Bash is an acronym for ‘Bourne-Again SHell’.
15+
Therefore, we gave our shell the name "splash", acronym for "SimPLy A SHell".
16+
Here is a screenshot of our splash shell in action:
1517

16-
<img src="splash.png" alt="shell" width="600">
18+
<img src="splash.png" alt="shell" width="800">
1719

1820
## What is a Shell?
1921
A shell is a program that acts as an interface between the user and the operating system. A shell allows the user to interact with the operating system by accepting commands entered by the user from the keyboard, verifying if the inputs from the user are correct and executing them through the core operating system. Generally, a shell is a user interface that allows us to use computer resources such as memory and system functions, without having to manage all of the needed system interactions manually.

0 commit comments

Comments
 (0)