mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-09-04 16:43:42 +08:00
3e87c0fd46
version: sunnypilot v2026.003.000 (staging)
date: 2026-09-03T14:24:40
master commit: 132b31f4cf
9 lines
188 B
Bash
Executable File
9 lines
188 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
|
|
cd $DIR
|
|
|
|
OUT=trace_
|
|
sudo ./tracebox -o $OUT --txt -c configs/scheduling.cfg
|
|
sudo chown $USER:$USER $OUT
|