Initial commit
This commit is contained in:
30
bash/error-handling/.exercism/config.json
Normal file
30
bash/error-handling/.exercism/config.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"authors": [
|
||||
"jaggededgedjustice"
|
||||
],
|
||||
"contributors": [
|
||||
"bkhl",
|
||||
"budmc29",
|
||||
"glennj",
|
||||
"guygastineau",
|
||||
"IsaacG",
|
||||
"kotp",
|
||||
"kytrinyx",
|
||||
"sbonds",
|
||||
"sjwarner-bp",
|
||||
"Smarticles101",
|
||||
"ZapAnton"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"error_handling.sh"
|
||||
],
|
||||
"test": [
|
||||
"error_handling.bats"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.sh"
|
||||
]
|
||||
},
|
||||
"blurb": "Implement various kinds of error handling and resource management."
|
||||
}
|
||||
Reference in New Issue
Block a user