Solution to matching brackets in Bash

This commit is contained in:
2023-07-15 17:36:40 +02:00
parent 09bf8bc515
commit 9dea7a1fcc
7 changed files with 958 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"authors": [
"glennj"
],
"contributors": [
"bkhl",
"guygastineau",
"IsaacG",
"kotp"
],
"files": {
"solution": [
"matching_brackets.sh"
],
"test": [
"matching_brackets.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "Make sure the brackets and braces all match.",
"source": "Ginna Baker"
}