mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-20 21:42:05 +08:00
b51da61dc4
Co-authored-by: Comma Device <device@comma.ai>
9 lines
184 B
Bash
Executable File
9 lines
184 B
Bash
Executable File
#!/usr/bin/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
|