mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 22:00:19 -04:00
feat(curriculum): adding 5 bash programs workshop to cert (#56113)
This commit is contained in:
@@ -2226,7 +2226,13 @@
|
||||
"oxxf": { "title": "339", "intro": [] },
|
||||
"ynqt": { "title": "340", "intro": [] },
|
||||
"hnta": { "title": "341", "intro": [] },
|
||||
"hwpv": { "title": "342", "intro": [] },
|
||||
"workshop-bash-five-programs": {
|
||||
"title": "Build Five Programs",
|
||||
"intro": [
|
||||
"Bash scripts combine terminal commands and logic into programs that can execute or automate tasks, and much more.",
|
||||
"In this 220-lesson workshop, you will learn more terminal commands and how to use them within Bash scripts by creating five small programs."
|
||||
]
|
||||
},
|
||||
"keqo": { "title": "343", "intro": [] },
|
||||
"pegc": { "title": "344", "intro": [] },
|
||||
"udfh": { "title": "345", "intro": [] },
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: Introduction to the Build Five Programs
|
||||
block: workshop-bash-five-programs
|
||||
superBlock: front-end-development
|
||||
---
|
||||
|
||||
## Introduction to the Build Five Programs
|
||||
|
||||
This is a test for the new project-based curriculum.
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "Build Five Programs",
|
||||
"blockType": "workshop",
|
||||
"isUpcomingChange": true,
|
||||
"usesMultifileEditor": false,
|
||||
"hasEditableBoundaries": false,
|
||||
"dashedName": "workshop-bash-five-programs",
|
||||
"order": 342,
|
||||
"superBlock": "front-end-development",
|
||||
"challengeOrder": [{ "id": "5f5904ac738bc2fa9efecf5a", "title": "Build Five Programs" }],
|
||||
"helpCategory": "Backend Development"
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
---
|
||||
id: 5f5904ac738bc2fa9efecf5a
|
||||
title: Build Five Programs
|
||||
challengeType: 12
|
||||
url: freeCodeCamp/learn-bash-scripting-by-building-five-programs
|
||||
dashedName: build-five-programs
|
||||
---
|
||||
|
||||
# --description--
|
||||
|
||||
In this 220-lesson workshop, you will learn more terminal commands and how to use them within Bash scripts by creating five small programs.
|
||||
|
||||
# --instructions--
|
||||
|
||||
# --hints--
|
||||
|
||||
# --seed--
|
||||
|
||||
# --solutions--
|
||||
Reference in New Issue
Block a user