mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(curriculum): add missing periods to Quiz: Bash Scripting challenge (#67742)
Co-authored-by: Kunal <dev@snapcast.local>
This commit is contained in:
parent
507a911199
commit
24b7089732
@ -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--
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user