4 lines
79 B
Bash
4 lines
79 B
Bash
|
#!/bin/bash
|
||
|
cargo build
|
||
|
RUST_LOG=debug sudo -HE ../target/debug/rc_static_data
|