Skip to content

Commit

Permalink
switch to bash from sh due to arrays being unsupported by POSIX sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rbledsaw3 committed Nov 5, 2023
1 parent 51b351e commit 6f31cd5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,25 @@ This framework enables easy generation of races, classes, and PC/NPCs.
# Table of Contents
1. [RPG Character Generation Framework](#rpg-character-generation-framework)
2. [Dice Rolling Mechanism](#dice-rolling-mechanism)
- [Features](#features)
- [Usage](#usage)
- [Features](#features)
- [Usage](#usage)
3. [Character Stats](#character-stats)
- [Features](#features-1)
- [Implementation Details](#implementation-details)
- [Usage Example](#usage-example)
- [Features](#features-1)
- [Implementation Details](#implementation-details)
- [Usage Example](#usage-example)
4. [Sex and Gender Attributes](#sex-and-gender-attributes)
- [Features](#features-2)
- [Implementation Details](#implementation-details-1)
- [Random Name Generation Logic](#random-name-generation-logic)
- [Usage Example](#usage-example-1)
- [Features](#features-2)
- [Implementation Details](#implementation-details-1)
- [Random Name Generation Logic](#random-name-generation-logic)
- [Usage Example](#usage-example-1)
5. [Race Attributes and Preferences](#race-attributes-and-preferences)
- [Features](#features-3)
- [Available Races and Their Attributes](#available-races-and-their-attributes)
- [Usage](#usage-1)
- [Features](#features-3)
- [Available Races and Their Attributes](#available-races-and-their-attributes)
- [Usage](#usage-1)
6. [Class System](#class-system)
- [Classes Defined](#classes-defined)
- [Class Attributes](#class-attributes)
- [Getting Started](#getting-started)
- [Classes Defined](#classes-defined)
- [Class Attributes](#class-attributes)
- [Getting Started](#getting-started)
7. [TODO](#todo)
8. [Contribution](#contribution)
9. [Author](#author)
Expand Down Expand Up @@ -258,4 +258,4 @@ Cls myClass = Cls::Cleric;

## Author

* **Robert Bledsaw III** - *Initial work* - [rbledsaw3](https://github.com/rbledsaw3) [d00d4d](https://x.com/d00_d4d)
* **Robert Bledsaw III** - *Initial work* - [rbledsaw3](https://github.com/rbledsaw3) [d00d4d](https://x.com/d00_d4d)
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash

set -xe

Expand Down
2 changes: 1 addition & 1 deletion buildtest.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash

set -xe

Expand Down

0 comments on commit 6f31cd5

Please sign in to comment.