7 lines
207 B
Bash
Executable File
7 lines
207 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Test script for uneven effort distribution
|
|
echo "Testing uneven effort distribution..."
|
|
cd "$(dirname "$0")/.."
|
|
go run main.go -input tests/gpx/test_uneven_effort.gpx -days 12 -elevFactor 4.0
|