Added script

This commit is contained in:
SyntaxError
2025-12-11 20:42:59 -03:00
parent e3a5308796
commit a0c376a238
3 changed files with 548 additions and 0 deletions

View File

@@ -1,2 +1,16 @@
# toybox-bash
Some cool tools to use your Bash scripts!
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!