fix script files example

This commit is contained in:
onyx-and-iris 2024-06-26 19:03:21 +01:00
parent 050a4d9e60
commit 71e06ac646

View File

@ -41,7 +41,7 @@ Launch banana GUI, set log level to DEBUG, set Strip 0 label to podmic then prin
Scripts can be loaded from text files, for example:
```powershell
./vbantxt-cli -D1 $(Get-Content .\example_commands.txt)
./vmrcli.exe -D1 $(Get-Content .\example_commands.txt)
```
## `Official Documentation`