Solution to DnD character in Bash
This commit is contained in:
23
bash/dnd-character/.exercism/config.json
Normal file
23
bash/dnd-character/.exercism/config.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"authors": [
|
||||
"glennj"
|
||||
],
|
||||
"contributors": [
|
||||
"guygastineau",
|
||||
"IsaacG"
|
||||
],
|
||||
"files": {
|
||||
"solution": [
|
||||
"dnd_character.sh"
|
||||
],
|
||||
"test": [
|
||||
"dnd_character.bats"
|
||||
],
|
||||
"example": [
|
||||
".meta/example.sh"
|
||||
]
|
||||
},
|
||||
"blurb": "Randomly generate Dungeons & Dragons characters.",
|
||||
"source": "Simon Shine, Erik Schierboom",
|
||||
"source_url": "https://github.com/exercism/problem-specifications/issues/616#issuecomment-437358945"
|
||||
}
|
||||
1
bash/dnd-character/.exercism/metadata.json
Normal file
1
bash/dnd-character/.exercism/metadata.json
Normal file
@@ -0,0 +1 @@
|
||||
{"track":"bash","exercise":"dnd-character","id":"c00402df3e994390a5f6cfba07ad644f","url":"https://exercism.org/tracks/bash/exercises/dnd-character","handle":"Kimawari","is_requester":true,"auto_approve":false}
|
||||
Reference in New Issue
Block a user