Skip to content

Commit f3f48e2

Browse files
committed
Add description
1 parent 25751e1 commit f3f48e2

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
lines changed

compiled_starters/go/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
This is a starting point for Go solutions to the
44
["Build Your Own Shell" Challenge](https://app.codecrafters.io/courses/shell/overview).
55

6-
_Add a description of your course here_
6+
_In this challenge, you'll build your own POSIX compliant shell that's capable
7+
of interpreting shell commands, running external programs and builtin commands
8+
like cd, pwd, echo and more. Along the way, you'll learn about shell command
9+
parsing, REPLs, builtin commands, and more._
710

811
**Note**: If you're viewing this repo on GitHub, head over to
912
[codecrafters.io](https://codecrafters.io) to try the challenge.

compiled_starters/python/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
This is a starting point for Python solutions to the
44
["Build Your Own Shell" Challenge](https://app.codecrafters.io/courses/shell/overview).
55

6-
_Add a description of your course here_
6+
_In this challenge, you'll build your own POSIX compliant shell that's capable
7+
of interpreting shell commands, running external programs and builtin commands
8+
like cd, pwd, echo and more. Along the way, you'll learn about shell command
9+
parsing, REPLs, builtin commands, and more._
710

811
**Note**: If you're viewing this repo on GitHub, head over to
912
[codecrafters.io](https://codecrafters.io) to try the challenge.

compiled_starters/rust/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
This is a starting point for Rust solutions to the
44
["Build Your Own Shell" Challenge](https://app.codecrafters.io/courses/shell/overview).
55

6-
_Add a description of your course here_
6+
_In this challenge, you'll build your own POSIX compliant shell that's capable
7+
of interpreting shell commands, running external programs and builtin commands
8+
like cd, pwd, echo and more. Along the way, you'll learn about shell command
9+
parsing, REPLs, builtin commands, and more._
710

811
**Note**: If you're viewing this repo on GitHub, head over to
912
[codecrafters.io](https://codecrafters.io) to try the challenge.

solutions/go/01-oo8/code/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
This is a starting point for Go solutions to the
44
["Build Your Own Shell" Challenge](https://app.codecrafters.io/courses/shell/overview).
55

6-
_Add a description of your course here_
6+
_In this challenge, you'll build your own POSIX compliant shell that's capable
7+
of interpreting shell commands, running external programs and builtin commands
8+
like cd, pwd, echo and more. Along the way, you'll learn about shell command
9+
parsing, REPLs, builtin commands, and more._
710

811
**Note**: If you're viewing this repo on GitHub, head over to
912
[codecrafters.io](https://codecrafters.io) to try the challenge.

solutions/python/01-oo8/code/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
This is a starting point for Python solutions to the
44
["Build Your Own Shell" Challenge](https://app.codecrafters.io/courses/shell/overview).
55

6-
_Add a description of your course here_
6+
_In this challenge, you'll build your own POSIX compliant shell that's capable
7+
of interpreting shell commands, running external programs and builtin commands
8+
like cd, pwd, echo and more. Along the way, you'll learn about shell command
9+
parsing, REPLs, builtin commands, and more._
710

811
**Note**: If you're viewing this repo on GitHub, head over to
912
[codecrafters.io](https://codecrafters.io) to try the challenge.

solutions/rust/01-oo8/code/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
This is a starting point for Rust solutions to the
44
["Build Your Own Shell" Challenge](https://app.codecrafters.io/courses/shell/overview).
55

6-
_Add a description of your course here_
6+
_In this challenge, you'll build your own POSIX compliant shell that's capable
7+
of interpreting shell commands, running external programs and builtin commands
8+
like cd, pwd, echo and more. Along the way, you'll learn about shell command
9+
parsing, REPLs, builtin commands, and more._
710

811
**Note**: If you're viewing this repo on GitHub, head over to
912
[codecrafters.io](https://codecrafters.io) to try the challenge.

0 commit comments

Comments
 (0)