Updated Description2

This commit is contained in:
2024-10-02 10:02:07 +01:00
parent 875b570148
commit c761614013

View File

@@ -113,17 +113,17 @@ The `brc-script.sh` script provides a series of commands to manage your .bashrc
- Enable a script: - Enable a script:
```bash ```bash
brc-script -e <index> brc-script -e
``` ```
- Disable a script: - Disable a script:
```bash ```bash
brc-script -d <index> brc-script -d
``` ```
- Remove a script: - Remove a script:
```bash ```bash
brc-script -r <index> brc-script -r
``` ```
## Why Use This System? ## Why Use This System?