feat(curriculum): adding 5 bash programs workshop to cert (#56113)

This commit is contained in:
Jessica Wilkins
2024-09-17 02:21:35 -07:00
committed by GitHub
parent bffb54ced3
commit fb1c2f1fc2
4 changed files with 47 additions and 1 deletions

View File

@@ -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": [] },

View File

@@ -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.

View File

@@ -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"
}

View File

@@ -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--