3 lines
64 B
Bash
Executable file
3 lines
64 B
Bash
Executable file
set +e
|
|
clear && \
|
|
RUST_LOG=trace,hyper_util=off cargo run
|