fix(curriculum): add missing periods to Quiz: Bash Scripting challenge (#67742)

Co-authored-by: Kunal <dev@snapcast.local>
This commit is contained in:
Kunal jaiswal 2026-06-01 18:58:43 +05:30 committed by GitHub
parent 507a911199
commit 24b7089732
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -410,19 +410,19 @@ What advantage does Bash provide when testing parts of a script?
#### --distractors--
Bash scripts must be compiled before testing
Bash scripts must be compiled before testing.
---
You can only test scripts using an IDE
You can only test scripts using an IDE.
---
Bash automatically generates test cases
Bash automatically generates test cases.
#### --answer--
Script sections can be pasted directly into the terminal for testing
Script sections can be pasted directly into the terminal for testing.
### --question--