Solution to proverb in Bash
This commit is contained in:
25
bash/proverb/.exercism/config.json
Normal file
25
bash/proverb/.exercism/config.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user