Initial commit

This commit is contained in:
2023-04-18 21:30:43 +02:00
commit 8a54eb45e8
32 changed files with 3636 additions and 0 deletions

View 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."
}

View 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}