Skip to content

Commit 3108639

Browse files
some issues in website
1 parent 4d3ce13 commit 3108639

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

P1/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# P1 Build your own Bash-like Shell
22

3-
This exercise develops a Bash-like shell with support for chaining process via pipes. Shell also includes input-output redirections, foreground and background prcoesses and also some new functionalities like double piping(||), triple piping (|||) and shortcut mode(sc).
3+
This exercise develops a Bash-like shell with support for chaining process via pipes. Shell also includes input-output redirections, foreground and background prcoesses and inlcudes some new functionalities like double piping, triple piping and shortcut mode.
44

55
# Design
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Assignments are done as a requirement of the Networking Programming Course (IS F
55

66
# [P1 Build your own Bash-like Shell](./P1/)
77

8-
This exercise develops a Bash-like shell with support for chaining process via pipes. Shell also includes input-output redirections, foreground and background prcoesses and inlcudes some new functionalities like double piping(||), triple piping (|||) and shortcut mode(sc).
8+
This exercise develops a Bash-like shell with support for chaining process via pipes. Shell also includes input-output redirections, foreground and background prcoesses and inlcudes some new functionalities like double piping, triple piping and shortcut mode.
99

1010
# [P2 Cluster Shell](./P2/)
1111

0 commit comments

Comments
 (0)