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."
|
||||
}
|
||||
1
bash/error-handling/.exercism/metadata.json
Normal file
1
bash/error-handling/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"bash","exercise":"error-handling","id":"07695502e44847fc8cdcc213b28b1aed","url":"https://exercism.org/tracks/bash/exercises/error-handling","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user