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