Skip to content

Commit

Permalink
docs: correct the code block Syntax in Bash Scripting page (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
amizhthan-goatrobotics authored Oct 29, 2024
1 parent 88cdc7a commit aa9b482
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/bash-scripting/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ echo "First Argument: $1"

We can do Arithmetic operations in bash. We use the `(( ))` to do Arithmetic operations.

```bash

```bash
#!/bin/bash

Expand Down Expand Up @@ -219,4 +217,4 @@ echo '{"name": "John", "age": 30}' | jq '.name'

- [Learning Resources](./learning-resources.md) - Learn more about Bash Scripting with these resources.
- [Other Resources](./other-resources.md) - Explore more about Bash Scripting with these resources.
- [Tools](./tools.md) - Explore the tools used in Bash Scripting.
- [Tools](./tools.md) - Explore the tools used in Bash Scripting.

0 comments on commit aa9b482

Please sign in to comment.