18 lines
342 B
Markdown
18 lines
342 B
Markdown
# toybox-bash
|
|
Some cool tools to use your Bash scripts!<br>
|
|
status: [secondary](https://github.com/synt-xerror/synt-xerror)
|
|
|
|
To use, put toybox.sh on the same directory where you Bash script is, then type:
|
|
|
|
```bash
|
|
source ./toybox.sh
|
|
```
|
|
|
|
or
|
|
|
|
```bash
|
|
. ./toybox.sh
|
|
```
|
|
|
|
Then you can use the functions like menu, playaudio, colors, and more!
|