4 lines
152 B
Bash
4 lines
152 B
Bash
|
#!/bin/sh
|
||
|
# Run basebox dbproxy from the samples/toodo/bbconf directory
|
||
|
cargo run --manifest-path ../../../dbproxy/Cargo.toml -- -c dbproxy-config.toml
|