Solution to proverb in Bash

This commit is contained in:
2023-07-15 18:39:44 +02:00
parent 9dea7a1fcc
commit 6d6148d66d
7 changed files with 942 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"authors": [
"glennj"
],
"contributors": [
"bkhl",
"guygastineau",
"IsaacG",
"kotp"
],
"files": {
"solution": [
"proverb.sh"
],
"test": [
"proverb.bats"
],
"example": [
".meta/example.sh"
]
},
"blurb": "For want of a horseshoe nail, a kingdom was lost, or so the saying goes. Output the full text of this proverbial rhyme.",
"source": "Wikipedia",
"source_url": "https://en.wikipedia.org/wiki/For_Want_of_a_Nail"
}