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