9 lines
136 B
Bash
Executable File
9 lines
136 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
set -o pipefail
|
|
|
|
RUST_LOG=info cargo run
|
|
|
|
# RUST_LOG=info cargo run --config 'target."cfg(all())".runner="sudo -E"'
|