geofw/run.sh

9 lines
146 B
Bash
Raw Normal View History

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