4 lines
172 B
Bash
Executable File
4 lines
172 B
Bash
Executable File
#!/bin/sh
|
|
# Run basebox broker from the samples/toodo/bbconf directory
|
|
PYO3_PYTHON=python3.10 cargo run --manifest-path ../../../broker/Cargo.toml -- -c broker-config.toml
|