mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
4 lines
79 B
Bash
Executable File
4 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
cargo build
|
|
RUST_LOG=debug sudo -HE ../target/debug/rc_static_data
|