geofw/run.sh

9 lines
156 B
Bash
Raw Permalink Normal View History

#!/bin/bash
set -e
set -o pipefail
# RUST_LOG=info cargo run --release
2025-01-19 22:51:45 +00:00
RUST_LOG=info cargo run --release --config 'target."cfg(all())".runner="sudo -E"'