Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Remove quotes around $@ in run_continuous.sh
Description: Per maintainer's request, removed quotes around `$@` in `run_continuous.sh`. This change allows the script to forward arguments as is. Please note that this modification might cause issues if any of the command-line arguments contain spaces or special characters. However, this update aligns with the preferred format for the repository. Suggestion from: Significant-Gravitas#1941 (comment)
- Loading branch information