4 lines
172 B
Bash
4 lines
172 B
Bash
|
#!/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
|